The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-26-2006
mayewil mayewil is offline
Registered User
 

Join Date: Oct 2006
Posts: 8
Not sure if this will help but try

find / -name '<filename>' -print

Include the tick marks each side of filename. You should only get back the location(s) of file you search for. Observe the spacing between forward slash and -name

Bill
Reply With Quote