Skip to content

Instantly share code, notes, and snippets.

@nickleeh
Created August 7, 2015 14:05
Show Gist options
  • Select an option

  • Save nickleeh/cac0ce7b9364989b3644 to your computer and use it in GitHub Desktop.

Select an option

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