Re: sorting /home directories
From: Joe Filla (foo_at_example.com)
Date: 06/17/03
- Next message: Darren Dunham: "Re: Filespace Being Used Up With No Trace"
- Previous message: Juha Laiho: "Re: Filespace Being Used Up With No Trace"
- In reply to: Tony: "sorting /home directories"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 17 Jun 2003 12:05:54 -0700
"Tony" <tonyw@suse.stanford.edu> wrote in message
news:bce1sf$4d7$1@news.Stanford.EDU...
> what is the command to list all directories and subdirectories under /home
> sorting by size?
I like this on FreeBSD to sort on first level directories:
du -chd 1 . | sort -n
- Next message: Darren Dunham: "Re: Filespace Being Used Up With No Trace"
- Previous message: Juha Laiho: "Re: Filespace Being Used Up With No Trace"
- In reply to: Tony: "sorting /home directories"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|