Skip to content

Instantly share code, notes, and snippets.

@tommykw
Created November 26, 2022 11:15
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 tommykw/c52a8062c8423e7110301807456e3ba9 to your computer and use it in GitHub Desktop.
Save tommykw/c52a8062c8423e7110301807456e3ba9 to your computer and use it in GitHub Desktop.
$ cat xxx.csv | awk 'BEGIN {FS=",";OFS=","} {print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment