Skip to content

Instantly share code, notes, and snippets.

@DastanIqbal
Created February 27, 2018 02:41
Show Gist options
  • Save DastanIqbal/27ae3c9c7d40ab860a002bfda5d3ac7e to your computer and use it in GitHub Desktop.
Save DastanIqbal/27ae3c9c7d40ab860a002bfda5d3ac7e to your computer and use it in GitHub Desktop.
#List the folder what has changed in last 5 minutes
find . -type f -cmin 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment