[ale] Re: du help?
Geoffrey
esoteric at 3times25.net
Thu Aug 15 10:50:40 EDT 2002
ChangingLINKS.com wrote:
> Look more closely and see the "-m" at the end. That requests that the size be
> reported in Mega Bytes. Directories with nothing in them were reported as "1"
$ du -s /home/user/* /home/user/.??* > /data/3.txt -m
Dude, your '-m' is on the otherside of the '>' which means du never sees
it. You would need to do the following to achieve this effect:
$ du -m -s /home/user/* /home/user/.??* > /data/3.txt
--
Until later: Geoffrey esoteric at 3times25.net
I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list