Skip to content

Instantly share code, notes, and snippets.

@MartinAhrer
Last active February 19, 2017 18:34
Show Gist options
  • Save MartinAhrer/3a6aedd2005dc3093d4f594657d63e6f to your computer and use it in GitHub Desktop.
Save MartinAhrer/3a6aedd2005dc3093d4f594657d63e6f to your computer and use it in GitHub Desktop.
Find all build directories
find . -name "build" -type d -depth 3
find . -name "node_modules" -type d -depth 3
# -exec <COMMAND> {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment