Skip to content

Instantly share code, notes, and snippets.

@fuzzmz
Created March 21, 2013 16:11
Show Gist options
  • Select an option

  • Save fuzzmz/5214278 to your computer and use it in GitHub Desktop.

Select an option

Save fuzzmz/5214278 to your computer and use it in GitHub Desktop.
grep regex to match string with known beginning and end but whatever characters in between
$ grep ^start.*end$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment