linux shell学习

MAC执行sed报错command c expects\followed by text 解决办法

自带的sed和服务器上的不一样,要安装gun的sed

brew install gun-sed

alias sed=gsed