Skip to content

Instantly share code, notes, and snippets.

@iharkatkavets
Created February 23, 2017 09:02
Show Gist options
  • Save iharkatkavets/0a4723035a8201734cab7e663e9e015b to your computer and use it in GitHub Desktop.
Save iharkatkavets/0a4723035a8201734cab7e663e9e015b to your computer and use it in GitHub Desktop.
// execute request, grep string 'EXTIN' and count number of lines with 'EXTIN' string
$ curl -v --silent HTTP_URL_PROVIDED 2>&1 | grep EXTIN | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment