Skip to content

Instantly share code, notes, and snippets.

@rick4470
Created February 11, 2015 21:14
Show Gist options
  • Save rick4470/fb2854208636196c058d to your computer and use it in GitHub Desktop.
Save rick4470/fb2854208636196c058d to your computer and use it in GitHub Desktop.
Parsing out apache log files
awk '/000.\.000\.000\.000/ {print $5 " " $2 " " $8}' < log.file | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment