The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-28-2007
Vishal123 Vishal123 is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 3
Find cmd not working as expected

Hi,

i wan to search the file starting with Admin into the directory Output. I am running below command:

find /appl/Output -name "Admin*" -prune

but this command is going into the sub directories present under output. I do not want to search under sub directories. Any help will be highly appreciated.

Thanks!!