Cut the grass

# cat /var/www/[some-domain]/logs/access.logĀ  | grep cut-the-grassĀ  | awk ‘{print $1}’ | uniq | wc -l

1200353

Botnet?

Tags: , ,

2 Responses to “Cut the grass”

  1. sin Says:

    another example of useless use of cat :)

    grep cut-the-grass /var/log/access_log | uniq | wc -l

    nu e mai bun ? :)

  2. zaicic Says:

    da, e mai bun, aproape ca dubleaza timpul pipa dintre cat si grep ;)

Leave a Reply