On 10/22/07, Michael ODonnell <michael.odonnell at comcast.net> wrote: > Ooops - that "--files0-from=" option is apparently > new enough ... that it's probably not widely available. find . -xdev -type f -name "*.jpg" -print0 2>/dev/null | xargs -0 du -ch | tail -1 (untested) -- Ben