Skip to content

Instantly share code, notes, and snippets.

@stvnwrgs
Created February 3, 2016 15:23
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 stvnwrgs/1debd7adfa722285466a to your computer and use it in GitHub Desktop.
Save stvnwrgs/1debd7adfa722285466a to your computer and use it in GitHub Desktop.
#Output#
## Ignore command fails ##
`|| true`
# String Manipulation #
## Get value seperated by tab/space ##
`| awk '{print $2}'`
test asd test
returns asd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment