且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

意外替换为&与sed

更新时间:2023-02-19 13:59:08

&是一个特殊字符,在s///命令中表示整个匹配的字符串".使用\&.

& is a special character meaning "the whole matched string" in the s/// command. Use \&.