Shell/Bash: delete old files linux Example
Shell/Bash Example: This is the "delete old files linux" Example. compiled from many sources on the internet by SimpleTutorials.org
delete old files linux
find /opt/backup -type f -mtime +30 -exec rm -f {} \;
* Summary: This "delete old files linux" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!