shell 对指定内容进行替换

2024-11-16 23:50:03
推荐回答(1个)
回答1:

非要用sed么? 你的脚本最关键的一句sed -i 's/$file_path/$file_id_new/' b.txt 是错误的
完全有更简练的工具 如 cut 和 paste