Re: Find a file by name in UNIX/Solaris/Linux | UNIX | Tech-Recipes
Yeah, totally. Normal output goes to "standard output" which can be redirected with normal measures. It's actually a nice thing that those messages are sent to "standard error" so you can redirect those but keep the more interesting responses.find / -name something 2> /dev/null
October 22 2008, 12:30pm | Original Link »
Your favourite external commenting service goes here! I recommend http://www.disqus.com

