in reply to Re: Total size of each Directory
in thread Total size of each Directory
As other monks have mentioned, there is always the venerable unix du utility. This tells how much actual disk space is being used by the files, as opposed to the combined size of the files. Pretty handy. (Though, also noted by another monk, sometimes it's useful to simply know the total combined size of some files. e.g. for burning to a cd or creating a tar.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Total size of each Directory
by bart (Canon) on Jul 28, 2003 at 22:41 UTC | |
by revdiablo (Prior) on Jul 28, 2003 at 23:51 UTC |