Skip to content

Instantly share code, notes, and snippets.

@allex
Created May 12, 2013 13:48
Show Gist options
  • Save allex/5563627 to your computer and use it in GitHub Desktop.
Save allex/5563627 to your computer and use it in GitHub Desktop.
# exclude directory from find . command
find . -name '*.js' | grep -v excludeddir
# for details see man grep, -v sections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment