andreafrancia / trash-cli

Command line interface to the freedesktop.org trashcan.
GNU General Public License v2.0
3.63k stars 177 forks source link

Feature request: auto delete files older than x days #200

Closed reiuyfan closed 3 years ago

reiuyfan commented 3 years ago

As the title.I think it will be useful.

andreafrancia commented 3 years ago

Run this:

(crontab -l ; echo "@daily $(which trash-empty) 7") | crontab - 

This will update your crontab file with a trash-empty command that runs daily and removes files older than 7 days. To review your crontab use: crontab -l