Skip to content

Instantly share code, notes, and snippets.

@Quilted
Created June 20, 2011 18:15
Show Gist options
  • Save Quilted/1036188 to your computer and use it in GitHub Desktop.
Save Quilted/1036188 to your computer and use it in GitHub Desktop.
List files that have been changed since a certain time
find ./ -mtime -3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment