Monday, February 17, 2014

Ubuntu: delete files which are more than 1 day old

hint:

find $HOME/backup/dbbackup -type f -mtime +1 |xargs rm

No comments:

Post a Comment