8 October 2010 podtech No Comments Shell – Finding Large Files – UNIXShell – Finding Large Files – UNIX [bash] find / -size +2000 -exec ls -s {} \; | sort -nr | more [/bash] [bash] du -sk * | sort -nk 1 [/bash]Post TagsFinding Large Files Finding Large Files UNIX Shell UNIX