Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created February 21, 2016 18:57
Show Gist options
  • Save tengpeng/f6d2c91317d2ca0b4173 to your computer and use it in GitHub Desktop.
Save tengpeng/f6d2c91317d2ca0b4173 to your computer and use it in GitHub Desktop.
replace space with comma
awk '{$1=$1}1' OFS=","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment