Skip to content

Instantly share code, notes, and snippets.

@benjivesterby
Last active December 26, 2021 13:17
Show Gist options
  • Save benjivesterby/43079634afc3645da9aaf2d2eade8742 to your computer and use it in GitHub Desktop.
Save benjivesterby/43079634afc3645da9aaf2d2eade8742 to your computer and use it in GitHub Desktop.
Useful commands
find . -name '*partialfilename*' -print0 | xargs -0 -P0 rm #remove files in find with partial name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment