Skip to content

Instantly share code, notes, and snippets.

@thiagooak
Created December 12, 2013 22:02
Show Gist options
  • Save thiagooak/7936374 to your computer and use it in GitHub Desktop.
Save thiagooak/7936374 to your computer and use it in GitHub Desktop.
awk csv
| awk 'BEGIN { OFS = ","} { printf $1 "," }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment