Karl Cunningham wrote: > $ command_xx `find -mtime +20` > > I'm looking for command_xx which will give me a sum of the file sizes > for the list of files more than 20 days old (in this case). What might > command_xx be? >
du has a "cum" flag du -c du -ch Regards, ..jim -- KPLUG-List@kernel-panic.org http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list