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
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