Skip to content

Instantly share code, notes, and snippets.

@lrhache
Created April 21, 2015 01:05
Show Gist options
  • Select an option

  • Save lrhache/b05b74b9b0625dac1989 to your computer and use it in GitHub Desktop.

Select an option

Save lrhache/b05b74b9b0625dac1989 to your computer and use it in GitHub Desktop.
Get text in enclosed in double quote
awk -F\" '{print $(NF-1)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment