Thursday, 29 September 2016

Find the biggest file in a directory and sub-directories

$find . -type f -printf "%s\t%p\n" | sort -n | tail -1