> > 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. > > --Bob > > Looks like -c is the switch I was looking for. Thanks! Josh