Re: df -h listing

2007-10-09 Thread John Stumbles
roberto wrote: $ du -k ./ | sort -n | tail du {filesystem} | sort -rn | more produces a biggest-first list of space hogs. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: df -h listing

2007-10-09 Thread roberto
On 10/9/07, cga2000 <[EMAIL PROTECTED]> wrote: > On Mon, Oct 08, 2007 at 09:55:26AM EDT, Miles Bader wrote: > > Rick Pasotto <[EMAIL PROTECTED]> writes: > > >> I think you missed someting? like the -n flag? If you do a normal sort, > > >> its alphabetic. With -n, it is done numeric. > > > > > > Tha

Re: df -h listing

2007-10-08 Thread cga2000
On Mon, Oct 08, 2007 at 09:55:26AM EDT, Miles Bader wrote: > Rick Pasotto <[EMAIL PROTECTED]> writes: > >> I think you missed someting? like the -n flag? If you do a normal sort, > >> its alphabetic. With -n, it is done numeric. > > > > That's true but it doesn't help anyway. 57K will sort larger t

Re: df -h listing

2007-10-08 Thread Miles Bader
Rick Pasotto <[EMAIL PROTECTED]> writes: >> I think you missed someting? like the -n flag? If you do a normal sort, >> its alphabetic. With -n, it is done numeric. > > That's true but it doesn't help anyway. 57K will sort larger than 2M. You could do it in two stages, first without -h, to sort, th

Re: df -h listing

2007-10-08 Thread William Pursell
roberto wrote: hello i use the "df -h" or "du -h"command to check how much disk space is occupied by files and directories but is it possible to sort the output list in an order such that the first (or conversely the last) item is the largest in size ? thank you Unfortunately, df will often p

Re: df -h listing

2007-10-08 Thread Kamaraju S Kusumanchi
roberto wrote: > hello > i use the "df -h" or "du -h"command to check how much disk space is > occupied by files and directories > > but is it possible to sort the output list in an order such that the > first (or conversely the last) item is the largest in size ? > > thank you How about du --

Re: df -h listing

2007-10-08 Thread Kevin Mark
On Mon, Oct 08, 2007 at 08:18:02AM -0400, Rick Pasotto wrote: > On Mon, Oct 08, 2007 at 08:12:33AM -0400, Kevin Mark wrote: > > On Mon, Oct 08, 2007 at 01:46:10PM +0200, Wolodja Wentland wrote: > > > On Mon, 2007-10-08 at 13:24 +0200, roberto wrote: > > > > hello > > > > i use the "df -h" or "du -h

Re: df -h listing

2007-10-08 Thread Rick Pasotto
On Mon, Oct 08, 2007 at 08:12:33AM -0400, Kevin Mark wrote: > On Mon, Oct 08, 2007 at 01:46:10PM +0200, Wolodja Wentland wrote: > > On Mon, 2007-10-08 at 13:24 +0200, roberto wrote: > > > hello > > > i use the "df -h" or "du -h"command to check how much disk space is > > > occupied by files and dir

Re: df -h listing

2007-10-08 Thread Kevin Mark
On Mon, Oct 08, 2007 at 01:46:10PM +0200, Wolodja Wentland wrote: > On Mon, 2007-10-08 at 13:24 +0200, roberto wrote: > > hello > > i use the "df -h" or "du -h"command to check how much disk space is > > occupied by files and directories > > > > but is it possible to sort the output list in an ord

Re: df -h listing

2007-10-08 Thread Wolodja Wentland
On Mon, 2007-10-08 at 13:24 +0200, roberto wrote: > hello > i use the "df -h" or "du -h"command to check how much disk space is > occupied by files and directories > > but is it possible to sort the output list in an order such that the > first (or conversely the last) item is the largest in size

Re: df -h listing

2007-10-08 Thread Michael Dominok
On Mon, 8 Oct 2007 13:24:35 +0200 roberto <[EMAIL PROTECTED]> wrote: > hello > i use the "df -h" or "du -h"command to check how much disk space is > occupied by files and directories > > but is it possible to sort the output list in an order such that the > first (or conversely the last) item is

df -h listing

2007-10-08 Thread roberto
hello i use the "df -h" or "du -h"command to check how much disk space is occupied by files and directories but is it possible to sort the output list in an order such that the first (or conversely the last) item is the largest in size ? thank you -- roberto OS: GNU/Linux, Debian -- To UNSUBS