Skip to content

Instantly share code, notes, and snippets.

@mathiasrw
Created March 8, 2017 23:43
Show Gist options
  • Select an option

  • Save mathiasrw/b99f43b99a46384edda9928ee4914e8e to your computer and use it in GitHub Desktop.

Select an option

Save mathiasrw/b99f43b99a46384edda9928ee4914e8e to your computer and use it in GitHub Desktop.
for run in {1..1000}; do find -name \*.tmp | wc -l ; sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment