Answers for "unix replace comma with tab"

1

unix replace comma with tab

sed 's/\,/\t/g' file.csv  > file.txt
Posted by: Guest on July-24-2020

Code answers related to "unix replace comma with tab"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language