Getting file sizes

Ben Scott dragonhawk at gmail.com
Mon Oct 22 10:32:29 EDT 2007


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


More information about the gnhlug-discuss mailing list