find / -type f -print|xargs ls -l|sort -rnk5|head -10 [download]
cheers
tachyon
In reply to Re: Re: finding top 10 largest files by tachyon in thread finding top 10 largest files by bfdi533