sed in-place flag that works both on Mac (BSD) and Linux

后端 未结 13 2258
心在旅途
心在旅途 2020-11-22 08:18

Is there an invocation of sed todo in-place editing without backups that works both on Linux and Mac? While the BSD sed shipped with OS X seems to

13条回答
  •  余生分开走
    2020-11-22 08:50

    I ran into this problem. The only quick solution was to replace the sed in mac to the gnu version:

    brew install gnu-sed
    

提交回复
热议问题