Christopher Sawtell wrote:
On Thu, 07 Apr 2005 20:55, Jamie Dobbs wrote:
  
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
    
You have those commands and their definitions reversed.

--
C. S.
  
Oops! So I do, that'll teach me for doing too many things at once.

make the first command du -x -h

and the second df -h

and then it should be correct ...

(my bad!)

Reply via email to