Skip to content

Instantly share code, notes, and snippets.

@caio-nas
Created July 25, 2013 01:09
Show Gist options
  • Save caio-nas/6076070 to your computer and use it in GitHub Desktop.
Save caio-nas/6076070 to your computer and use it in GitHub Desktop.
encloses each line of target_file with double quotes
cat targe_file | awk '{ print "\""$1"\"" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment