Robert Himmelmann wrote:
I am looking for two comand-line-tools: One to list the size of a
directory (As the sum of all the files it contains, not what you get
from ls -l)
df -x -h from within the directory you want the information on
and one to show the used, unused and total volume of a
partition. I am (at least till Saturday) using SuSE, so I don't have fdisk.
du -h
