Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created June 14, 2020 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsibox/59c3fc8a57c56fd4f73c68fe1655905c to your computer and use it in GitHub Desktop.
Save parsibox/59c3fc8a57c56fd4f73c68fe1655905c to your computer and use it in GitHub Desktop.
find modified file linux
find /home/bizcode/domains/telirco.ir/ -mtime -3 -ls
@parsibox
Copy link
Author

 find /home/bizcode/domains/telirco.ir/  -name "*".php  -type f   -mtime -3 -ls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment