вторник, 23 ноября 2010 г.

использование find

delete files older than 3 days
find /home/ -type f -mtime +3 -exec rm {} \;