Skip to content

Instantly share code, notes, and snippets.

@ctaloi
Created July 16, 2012 13:21
Show Gist options
  • Save ctaloi/3122682 to your computer and use it in GitHub Desktop.
Save ctaloi/3122682 to your computer and use it in GitHub Desktop.
Grep AND in any order
grep -E 'Manager.*Sales|Sales.*Manager' employee.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment