Thursday, December 22, 2011

Unix command to sort biggest size file in the directory

$du -sk * | sort -n

0 comments: