Quote:
Originally Posted by Reboot
You can also use :
#du -sh *
it will give you batter o/p...
|
... if your implementation of
du supports it:
Code:
$ du -hs *
du: illegal option -- h
usage: du [-a][-d][-k][-r][-o|-s][-L] [file ...]
/usr/ccs/bin/what /usr/bin/du
/usr/bin/du:
SunOS 5.8 Generic 109803-01 June 2000
$ /usr/xpg4/bin/du -hs
/usr/xpg4/bin/du: illegal option -- h
usage: du [-a][-k][-r][-s][-x] [file ...]