Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Created December 9, 2018 18:23
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 thinkphp/28a1eca2f27a150f6453b701af9eebdc to your computer and use it in GitHub Desktop.
Save thinkphp/28a1eca2f27a150f6453b701af9eebdc to your computer and use it in GitHub Desktop.
Find all the files created today with specific extentions.
find . -name "*.cpp" -ctime -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment