Skip to content

Instantly share code, notes, and snippets.

@gilchris
Created December 17, 2018 09:15
Show Gist options
  • Save gilchris/fbe15122e1199f6331d113c41910392d to your computer and use it in GitHub Desktop.
Save gilchris/fbe15122e1199f6331d113c41910392d to your computer and use it in GitHub Desktop.
Delete 'nohup.out' files In sub directories
rm -f $(find . 'nohup.out' | grep nohup.out)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment