I used the below command to delete files older than a year.
find /path/* -mtime +365 -exec rm -rf {} ;
But now I want to delete all files whose modified time is older than 01 Jan 2014. How do I do this in Linux?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…