Re: size of all files combined



Gary Wessle <phddas@xxxxxxxxx> writes:

Hi

how can I obtain the total size of all files in current dir, including
all files in its directory tree as well. I mean every thing in this
directory including its sub(s).

This is also handy


du -k . | sort -rn | less

--
Todd H.
http://www.toddh.net/
.