1611 shaares
17 private links
17 private links
1 result
tagged
recursive
You want to use the -newermt
option for find
:
find /media/WD/backup/osool/olddata/ -newermt 20120101 -not -newermt 20130101
to get all the files with modification time in 2012.