3 nice
-n 20 /home
/andy
/cvs
/recordtv
/src
/recordtv
--schedule-recordings --delete-old --convert --install-dir /home
/andy
/cvs
/recordtv
/
5 # Delete files that are older than 14 days old in the "old" directory
7 echo "Deleting old .ts files:"
8 find /home
/andy
/Videos
/Recorded
/old
-name "*.ts" -and -mtime +7 -and -not -name "The_Wire*" -print -delete