View Single Post
Old 04-11-2003, 12:54 PM   #2 (permalink)
EscapeCharacter
GNU/Punk
 
EscapeCharacter's Avatar
 
Join Date: Jul 2002
Location: stuffs
Posts: 66
EscapeCharacter is on a distinguished road
Send a message via AIM to EscapeCharacter
if all your files are in one directory you could just do a simple 'du -sh [directory_name]' for example if the only directory you files in is ~/ then du -sh ~/

s is for summary(otherwise each file name gets printed)
and h for human readable ie meg gig
__________________
cd /usr/ports/misc/life && make install
EscapeCharacter is offline   Reply With Quote