New sheet: ccze for colorizing logs

added first cheat for ccze using named pipes to colorize multiple files at once while tailing them in the shell
pull/32/head
Scott R. Godin 6 years ago committed by GitHub
parent 4ca9d684c5
commit 216c9ea80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
# ccze usage with named pipe for coloring tail of multiple logfiles at once:
mkfifo pipe
tail -s .5 -n 120 -f httpd_access_log httpd_error_log httpd_modsec_audit_log >pipe &
ccze < pipe
Loading…
Cancel
Save