Skip to content

Instantly share code, notes, and snippets.

@firebus
Created March 31, 2012 04:52
Show Gist options
  • Save firebus/2259427 to your computer and use it in GitHub Desktop.
Save firebus/2259427 to your computer and use it in GitHub Desktop.
Grep with a built-in exclude list
#!/bin/bash
/bin/grep $@ | /bin/grep -v svn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment