If you are greping through monochrome logs, you're missing out on color.
Here's my latest:
grep -l search criteria * | xargs head | awk -f colorit.awk | more
great for spam logs.
Your presence here is welcome.
grep -l search criteria * | xargs head | awk -f colorit.awk | more
No comments:
Post a Comment