Skip to content

Instantly share code, notes, and snippets.

@nickleeh
Created August 7, 2015 14:05
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 nickleeh/cac0ce7b9364989b3644 to your computer and use it in GitHub Desktop.
Save nickleeh/cac0ce7b9364989b3644 to your computer and use it in GitHub Desktop.
substitute space to comma using sed.
sed 's/^[[:blank:]]*//;s/[[:blank:]]\{1,\}/,/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment