Find recently modified files

I found this handy when trying to find what parts of typo I had modified (yes, I should really have used svn… maybe next time)


find * -type f -newer /path/to/file

Will find all files in that directory newer than /path/to/file

Mon, 17 Mar 2008 14:28

Tags ,


RSS