Archives By Category: Sniplets

Find Files Greater Than

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…