Skip to content

Instantly share code, notes, and snippets.

@dgouyette
Created February 10, 2011 13:24
Show Gist options
  • Save dgouyette/820503 to your computer and use it in GitHub Desktop.
Save dgouyette/820503 to your computer and use it in GitHub Desktop.
Commandes unix utiles
find -name "*.iml" -exec rm {} \;
@jpbriend
Copy link

rm -rf find . -type d -name .svn``

Supprimer récursivement tous les répertoires .svn
Indispensable !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment