Skip to content

Instantly share code, notes, and snippets.

@hemepositive
Last active October 4, 2021 19:17
Show Gist options
  • Save hemepositive/0dc5153f78f67a1da5fd4e196627a9a1 to your computer and use it in GitHub Desktop.
Save hemepositive/0dc5153f78f67a1da5fd4e196627a9a1 to your computer and use it in GitHub Desktop.
Replace spaces with comma with Linux
sed 's/ /,/g' temp.txt >newtemp.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment