shell sed 替换问题

2024-11-27 06:13:00
推荐回答(2个)
回答1:

sed "s#\/#\\\/#g" Temp_ScrTxt.txt
试试看
如果还不行 你看看eval命令

回答2:

用perl吧