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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #10 (permalink)  
Old 09-19-2007
samplify samplify is offline
Registered User
 

Join Date: Sep 2007
Posts: 3
Another way

If i were you , this is what i would do

$ ls -lRt | grep $filename
<notice the 'R' , its list RECURSIVE>

-Samarth
Reply With Quote