How to delete older files in a folder in unix?
up vote
1
down vote
favorite
I need to find the meaning of the below statement: find /sourcedirectory -mtime +2 -exec mv "{}" /destination/directory/ ;
shell find
share | improve this question
edited Nov 25 at 14:29
Rui F Ribeiro
38.3k 14 76 127
asked Aug 12 '14 at 9:16
Anna Vincent
migrated from serverfault.com Aug 14 '14 at 11:...