Hi,
I am using this to locate large files
ls -l | sort -n +4 | tail -9
however, it only reports from the current directory
I piped it to find. but without success
Is there a way to fine the top nine largest files from a directory and it's sub-directories,
tia,