Created
February 21, 2016 18:57
-
-
Save tengpeng/f6d2c91317d2ca0b4173 to your computer and use it in GitHub Desktop.
replace space with comma
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
awk '{$1=$1}1' OFS="," |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment