On Thu, 13 Jul 2017 10:50:50 -0700
Rick Stevens wrote:

> Of course, you COULD use "-delete" in the find command rather than
> doing an "-exec rm {} \;":

Or for anything that would run a command that takes a
list of arguments (rm, chown, chmod, etc) you could
use -print0 in the find command and pipe it to xargs -0
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to