|
get the size of a directory and its contents
ls -lh directory
that will give me the size of the directory, but nothing inside of it.
ls -lhR
this will give me a huge list of all the items in the directory.
all i want is the size of the directory and its contents in the 'h' format.
any suggestions?
__________________
Mike
|