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


Click here to return to the 'Ignore grep command self-match' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Ignore grep command self-match
Authored by: oo on Mar 22, '06 05:34:35AM

Try this:
ps ax | while read i; do echo $i | grep foobar; done



[ Reply to This | # ]