Created
October 31, 2022 08:48
-
-
Save matheusemm/267ef8c4082b4358e39c5ec929697922 to your computer and use it in GitHub Desktop.
Various useful shell commands
This file contains hidden or 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 and delete all `target` subdirectories | |
find . -type d -name target -prune -exec rm -r {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment