Closed lonix1 closed 5 years ago
tail -n 10 -f /var/log/syslog | grep foo | ccze
I expected this to only show foo log lines. But it shows nothing at all.
foo
How do I combine grep and ccze?
tail -n 10 -f /var/log/syslog | grep foo | ccze -A
tail -n 10 -f /var/log/syslog | grep foo | ccze
I expected this to only show
foo
log lines. But it shows nothing at all.How do I combine grep and ccze?