Skip to content

Instantly share code, notes, and snippets.

@themachinist
Forked from a1phanumeric/gist:5346170
Created October 3, 2015 17:48
Show Gist options
  • Save themachinist/8402c14b117fceffec2f to your computer and use it in GitHub Desktop.
Save themachinist/8402c14b117fceffec2f to your computer and use it in GitHub Desktop.
Grep exclusions. Demonstrates how to exclude multiple directories, and files.
grep -r --color --exclude-dir={custom,lib,scripts} --exclude={*.xml,error_log} "beta" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment