Skip to content

Instantly share code, notes, and snippets.

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