Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created April 14, 2014 20:45
Show Gist options
  • Save greyaperez/10681425 to your computer and use it in GitHub Desktop.
Save greyaperez/10681425 to your computer and use it in GitHub Desktop.
Exclude Filter
function not(){
grep -v $1
}
#usage
find . -name something* | not somethingelse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment