Skip to content

Instantly share code, notes, and snippets.

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 dyllanwli/5c76fe5a285700acc052a79e61e264ec to your computer and use it in GitHub Desktop.
Save dyllanwli/5c76fe5a285700acc052a79e61e264ec to your computer and use it in GitHub Desktop.
Get Stuff From Fine Print Stdout
$(<command> | grep <something I want to grep> | awk '{print <the line I wants to get, e.g. $1>}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment