Wednesday, April 22, 2009

Linux looking for a file by date

If you are looking for a file by date you can use

touch -d "13 may 2001 17:54:19" date_marker
find . -newer date_marker

1 comment: