Delete files older than 5 days with script by Igor | Mar 23, 2015 | Hosting, Linux | 0 comments #!/bin/bash find /tmp/ -type f -mtime +5 -exec rm -f {} \; Submit a Comment Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment.
Recent Comments