Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinruscoe/822c2eceac384d405eeb1abaf31a96d8 to your computer and use it in GitHub Desktop.
Save kevinruscoe/822c2eceac384d405eeb1abaf31a96d8 to your computer and use it in GitHub Desktop.
Remove all _notes directories from a project that has been 'touched' by Dreamweaver
find . -name _notes -type d -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment