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 -->
  #5 (permalink)  
Old 10-26-2006
hnhegde hnhegde is offline
Registered User
 

Join Date: Aug 2006
Posts: 22
Hi Bill,

Thanks for the quick reply. I tried:
find / -name '<filename>' -print

This yields the same result set as:
find / -name <filename> -print
Reply With Quote