find all files larger then 20mb -linux snippet –

Published by

Posted on January 18, 2008

find / type f size +20000k exec ls lh {} \; | awk { print $9 “: ” $5 }