Answers for "piping to a remove command"

0

pipe find to rm

find /usr/www/bar/htdocs -mtime +15 -exec rm {} ;
Posted by: Guest on June-17-2020

Code answers related to "piping to a remove command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language