Last active
August 13, 2022 11:30
-
-
Save nikomartn/d5f91f0585f33ada536aed272ffc1ddf to your computer and use it in GitHub Desktop.
rm_dotnet remove *\bin and *\obj from your heavy projects!
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
alias rm_dotnet='rm -rf $( find . -type d -regex ".*/\(obj\|bin\)" )' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment