Skip to content

Instantly share code, notes, and snippets.

@wolterlw
Created January 18, 2019 00:42
Show Gist options
  • Save wolterlw/f5dc46fd3a453e06f369fc1c764d2c04 to your computer and use it in GitHub Desktop.
Save wolterlw/f5dc46fd3a453e06f369fc1c764d2c04 to your computer and use it in GitHub Desktop.
Shell stuff
#to match the word between foo and bar use:
$ grep -oP '(?<=foo )\w+(?= bar)' test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment