Answers for "find mtime rm"

1

delete old files linux

find /opt/backup -type f -mtime +30 -exec rm -f {} \;
Posted by: Guest on March-31-2020
0

find mtime rm

find /path/to/files* -mtime +5 -exec rm {} \;
Posted by: Guest on February-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language