The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-25-2009
methyl methyl is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 1,184
It's finding the directory file.
Confine the search to files only.


Code:
find /lola/loaded -type f -size +10240 -mtime -10 -print | xargs ls -ltr