📜  unix 用制表符替换逗号 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:26.056000             🧑  作者: Mango

代码示例1
sed 's/\,/\t/g' file.csv  > file.txt