[Discuss] pulse files in /tmp on RHEL 6

Jerry Feldman gaf at blu.org
Thu Mar 12 11:39:00 EDT 2015


JABR Wrote:

> find /tmp -type d -name pulse\* -mtime +1 -print0 | xargs -0 rm -rf

Why not

find /tmp -type d -name pulse\* -mtime +1 -exec rm -rf {} \;

-- 
Jerry Feldman <gaf at blu.org>
Boston Linux and Unix
PGP key id:B7F14F2F
PGP Key fingerprint: D937 A424 4836 E052 2E1B  8DC6 24D7 000F B7F1 4F2F





More information about the Discuss mailing list