Last active
December 26, 2021 13:17
-
-
Save benjivesterby/43079634afc3645da9aaf2d2eade8742 to your computer and use it in GitHub Desktop.
Useful commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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