Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save floriangosse/33b22c114026f1487e0a6b9abf6a67c4 to your computer and use it in GitHub Desktop.

Select an option

Save floriangosse/33b22c114026f1487e0a6b9abf6a67c4 to your computer and use it in GitHub Desktop.
View formatted Extended Web Logs in less
cat extended-web-logs.log | tail -n +2 | sed 's/^#[a-zA-Z:]*[ \t]*/#/g' | column -t | less --header 1 -S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment