Skip to content

Instantly share code, notes, and snippets.

@clok
Created September 11, 2015 13:41
Show Gist options
  • Select an option

  • Save clok/c033908ccb973818815c to your computer and use it in GitHub Desktop.

Select an option

Save clok/c033908ccb973818815c to your computer and use it in GitHub Desktop.
cat VARSFILE.env | awk -F '=' 'BEGIN {ORS=" "} {print $1"=\""$2"\""}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment