Tips and Tricks

From MyWiki

Jump to: navigation, search
  • To locate files that have been modified since some arbitrary date use this little trick:
 $ touch -d "13 may 2001 17:54:19" date_marker
 $ find . -newer date_marker
Personal tools