Skip to content

Instantly share code, notes, and snippets.

@Cyberlane
Created January 19, 2016 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cyberlane/6979b87a42e312a5b2f5 to your computer and use it in GitHub Desktop.
Save Cyberlane/6979b87a42e312a5b2f5 to your computer and use it in GitHub Desktop.
# Finding Session[ followed by "Order"
# Can be done with a single grep, but done this way to demo multi-grep
find . -name "*.cs" | xargs grep "Session\[" | grep -nHe "\"Order\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment