Skip to content

Instantly share code, notes, and snippets.

@girish3
Last active May 31, 2019 13:51
Show Gist options
  • Save girish3/b1df11281c36ad930ade8cf5c8de6982 to your computer and use it in GitHub Desktop.
Save girish3/b1df11281c36ad930ade8cf5c8de6982 to your computer and use it in GitHub Desktop.
[Regex and Grep tool] #tutorial

regex for finding text with 2 substrings

Ex. 'git' and 'rm'

grep "git.*rm"

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