Delete file of certain types older than X days

rm -f `find ./ -mtime +5 | grep -i ‘.*[.]h264’`

Prev PostHow to install VSFTPD on Ubuntu
Next PostUsind find command

Leave a reply