Remove files that are older then 7 days

Remove files that are older then 7 days

Remove files that are older then 7 days:

In Ubuntu you can delete files that are older the +7 days by typing this command:

find /var/log/genieacs -type f -mtime +7 -delete

Posted in LINUX, Networking.

Leave a Reply

Your email address will not be published. Required fields are marked *