Answers for "replace all tab with comma in unix"

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 "replace all tab with comma in unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language