Last active
October 4, 2021 19:17
-
-
Save hemepositive/0dc5153f78f67a1da5fd4e196627a9a1 to your computer and use it in GitHub Desktop.
Replace spaces with comma with Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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