Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'How to capture output from certain Unix commands' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
How to capture output from certain Unix commands
Authored by: TonyT on Thu, May 1 2008 at 6:33PM PDT
A related use, if you do not want to see the error message at all, re-direct to null (i.e., if using find recursively and you don't want to see Permission denied messages: find / -iname 'nyc*' 2> /dev/null)


[ Reply to This | # ]