Skip to content

Instantly share code, notes, and snippets.

@mdmartinez
Last active July 12, 2020 23:59
Show Gist options
  • Select an option

  • Save mdmartinez/c4b5b7c9ae5cdedba9c1 to your computer and use it in GitHub Desktop.

Select an option

Save mdmartinez/c4b5b7c9ae5cdedba9c1 to your computer and use it in GitHub Desktop.

grep -v "example" // This will match everything EXCEPT "example"

awk "/example/" // Use awk when you want to do regex. This will match "example"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment