|
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
|