Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. grep verifying /var/log/apache2/access.log |cut -d '"' -f6| uniq -c | cut -d ';' -f2 | tr -d " tr" >/var/log/apache2/output.txt
  2.  
  3. 127.0.0.1 - - [25/Oct/2016:05:27:17 -0400] "GET / HTTP/1.0" 200 455 "-" "local/1.2.3; http://localhost.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement