> The "unix way" to do this would be to use the sort command:
> # du --max-depth=1 -h /var | sort +1
Better to use the 'sort -k 2' syntax rather than the +1 syntax. Gotta
keep moving forward. :-)
In the sort documentation (for the mail archive and later readers):
On older systems, `sort' supports an obsolete origin-zero syntax
`+POS1 [-POS2]' for specifying sort keys. POSIX 1003.1-2001 (*note
Standards conformance::) does not allow this; use `-k' instead.
TTFN,
Bob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]