Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


zgrep | 5 comments | Create New Account
Click here to return to the 'zgrep' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
zgrep
Authored by: stefb on May 15, '02 10:29:40AM
zgrep sudo /var/log/system.log* | less does the same. Interesting about zgrep is that it does a grep on a "possibly compressed file" (quote from the man).

[ Reply to This | # ]