Skip to content

Instantly share code, notes, and snippets.

@breenie
Created March 16, 2017 10:23
Show Gist options
  • Select an option

  • Save breenie/6ae19294652606070f6256b47a969ace to your computer and use it in GitHub Desktop.

Select an option

Save breenie/6ae19294652606070f6256b47a969ace to your computer and use it in GitHub Desktop.
Trim quotes from a string
sed -e 's/^"//' -e 's/"$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment