Return to Snippet

Revision: 42563
at March 7, 2011 15:18 by TioSolid


Initial Code
find . -size +20000k -exec du -h {} \;

Initial URL


Initial Description
In example: find all files (recursively from the current directory) bigger than 20000kb

Initial Title
Find all files bigger than X k

Initial Tags
Bash

Initial Language
Bash