All,
I'm looking for a way in bash to display the sum total size of multiple
directories. Think 'du -sh', but only include certain directories.
Ideally, I'm looking for something I can use with 'find' to get a quick
idea of how much space a group of directories is using. Any ideas?
Josh