21 Jun
2005
21 Jun
'05
05:15
Carl, On Monday 20 June 2005 21:01, Carl William Spitzer IV wrote:
...
"Next" time, try 'df /', not 'df /*'.
OR try
df -alh /* | sort | uniq
Well, if you're going to do that, just use the "-u" option to sort: % df -ah /* |sort -u /dev/sda1 12G 9.7G 1.8G 86% /root91 /dev/sda2 12G 5.6G 5.9G 49% /home /dev/sda3 12G 243M 12G 3% /dar Filesystem Size Used Avail Use% Mounted on LABEL=Root93 20G 11G 9.5G 53% / proc 0 0 0 - /proc sysfs 0 0 0 - /sys Of course, the displacement of the header line is unsightly... Randall Schulz