On 2003-01-12  Oded Arbel wrote:
> Side note to Amir Tal: 
> Isn't this what IGLU is all about - getting into heated discussions over 
> simple issues ?
> ;-)

ok, here goes :)

du -sk * will ignore files/directories that start with a dot..
and these can sometimes be large too. (for example .ccache)
So I ended up with a kludge like this: (trying to exclude the .. directory...)

alias dus='du -sm * .[^.]* ..?* . | sort -n'


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to