Created
July 26, 2024 10:04
-
-
Save floriangosse/33b22c114026f1487e0a6b9abf6a67c4 to your computer and use it in GitHub Desktop.
View formatted Extended Web Logs in less
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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