View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 11:59 AM
Tony Walton
 
Posts: n/a
Default Re: HPUX ---> SOLARIS

Chris Vidal wrote:
> Moving from hpux to solaris
>
> what is the solaris equivalent to the hpux " find / -name somefile
> 2>/dev/null"



find / -name somefile 2>/dev/null

--
Tony

Reply With Quote