Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

unix find files with specific year

# Find files based on Year (e.g. 2012)
find ./Documents -newermt 20120101

# ...get all the files with modification time in 2012
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #unix #find #files #specific #year
ADD COMMENT
Topic
Name
2+2 =