Revision: 1663
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 4, 2006 14:09 by SunnyJim
Initial Code
find /my/directory -size +250k -ls | sort -nr -k 7
Initial URL
Initial Description
This command will list every file under /my/directory larger than 250kB and sort it largest to smallest.
Initial Title
Find Large Files
Initial Tags
Bash, files, directory
Initial Language
Bash