Created
July 26, 2018 01:23
-
-
Save bingoohuang/5ae786fad495e5d5c1b3b5c7de7e06c9 to your computer and use it in GitHub Desktop.
Remove all target directories for all maven projects located in current directory.
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 . -type d -name "target" -maxdepth 2 | xargs rm -rf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment