xmonad
> find ./backup/core-files*.tar.gz -mtime +4.9 -exec rm {} \;
What is the motivation for "-exec" here? Isn't it better to use just "-delete" without any substitution?
Authored Comments
xmonad
> find ./backup/core-files*.tar.gz -mtime +4.9 -exec rm {} \;
What is the motivation for "-exec" here? Isn't it better to use just "-delete" without any substitution?