Last active
January 4, 2017 15:07
-
-
Save mihkels/40d1f321263093735955fe156affeef2 to your computer and use it in GitHub Desktop.
Find and remove IntelliJ project .iml files
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 . -name "*.iml" -exec rm -rf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment