> How about using the -c option to du? > > find . -iname "*pic*" -type d | xargs du -shc > > -c should give you a total of all dirs listed. Hmm... Bob's answer is more clever. I'd like to support it instead of mine. Andrew