On Mon, Sep 11, 2000 at 05:10:27PM -0500, eric clover wrote:
> hi,
> is there a way to refine a du on a dir(/home) with sub dirs(4000usersdirs)
> to list only dirs that are over xxx sixe???
du -s /home/* | sort -rn
that command line will sort them, if that's what you're interested in.
If you want a list of just those home directories over size X, then
pipe du through awk instead of sort.
--
Steve Borho Voice: 314-439-8342
Member of Technical Staff
Celox Networks Inc http://www.ietf.org/rfc/rfc1925.txt
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list