> 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 /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
