Hey! You're looking at the old site (here for archival purposes). If you want to see the latest and greatest, check out the new Felocity at felocity.com.

Find Files Greater Than

February 22, 2005 @ 05:02 pm

0 Comments

bq. find . ( -path './proc' -prune ) -o ( -size +52428800c -exec ls -l {} ; )

Find all files greater than a certain amount (MB). This proves very useful for locating files that are causing your drive to be full when df reports 100% usage. Found at "Hard Hat Hosting":http://help.hardhathosting.com/question.php/183

In response to "Find Files Greater Than":

Leave a Reply:

Commenting is not available in this section entry.