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-28-2009
scottn scottn is online now Forum Advisor  
VIP Member
  
 

Join Date: Jun 2009
Location: Zürich, CH
Posts: 1,119
I don't know why there would be such a limit.

You could try


Code:
MAX_FILE_LIMIT=1024
find $FILE_SYSTEM -type f -size +"$MAX_FILE_LIMIT"G -ls -xdev 2>/dev/null