Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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