Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active February 28, 2019 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/eb9144a1e89ecb7af6abe11865691c4c to your computer and use it in GitHub Desktop.
Save assafmo/eb9144a1e89ecb7af6abe11865691c4c to your computer and use it in GitHub Desktop.
Handle CSV files with awk
gawk -v FPAT=\'[^,]*|"[^"]*"\' '{print $3}' < test.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment