Skip to content

Instantly share code, notes, and snippets.

@vlados
Last active June 6, 2017 07:32
Show Gist options
  • Save vlados/23c828643ce6ac8b71ce18835b6198f9 to your computer and use it in GitHub Desktop.
Save vlados/23c828643ce6ac8b71ce18835b6198f9 to your computer and use it in GitHub Desktop.
Clean annoying _notes folders from dremweaver
find . -name "_notes" -type d -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment