Skip to content

Instantly share code, notes, and snippets.

@7rin0
Created May 1, 2017 15:17
Show Gist options
  • Save 7rin0/3e8068cdec703a85a82615ce01727b48 to your computer and use it in GitHub Desktop.
Save 7rin0/3e8068cdec703a85a82615ce01727b48 to your computer and use it in GitHub Desktop.
Remove found file list updated last 5 minutes and exclude directory from results
rm -rf $(find ./ -maxdepth 1 -mmin -5 -not -path './.git')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment