Posted At : May 10, 2010 1:19 PM
The find utility has an option to find a file newer than another file. By creating and empty file with a specific creation date we can do the search:
To show all files newer than 2010-01-01 use:
Or to create a tar archive of them use xargs like so:
Easy. Mark
0 Comments