View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 06:03 AM
Sun
 
Posts: n/a
Default Re: find command and excluding files under specific directories


you can try this

find /opt/2004 -type d -print

-SR

Reply With Quote