in reply to Re: finding top 10 largest files
in thread finding top 10 largest files

Hi Boris, You perl code searches top 10 files on all sub directories of different filesystem. Example., I have /var and /var/log filesystems, my requirement is to search top 10 files under /var but your code searches through /var/log too. is there a way to restrict this in your script.?