Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

Linux Find Files Based On Size

This example will demonstrate how to find files that are larger than a specified size. The example below will find files in the home directory which are larger than 20mb.

 root# find /home -size +20480k -print