Unix shell script for finding top ten files of maximum size | Unix Linux Forums | UNIX for Dummies Q
I need to write a Unix shell script which will list top 10 files in a directory tree on basis of size. i.e. first file should be the biggest in the whole directory and all its sub directories....