in reply to Re: finding top 10 largest files
in thread finding top 10 largest files
find / -type f -print|xargs ls -l|sort -rnk5|head -10
cheers
tachyon
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: finding top 10 largest files
by BrowserUk (Patriarch) on Feb 03, 2004 at 02:00 UTC | |
by flyingmoose (Priest) on Feb 03, 2004 at 03:00 UTC | |
by BrowserUk (Patriarch) on Feb 03, 2004 at 05:09 UTC | |
Re: finding top 10 largest files
by Abigail-II (Bishop) on Feb 03, 2004 at 01:55 UTC |