sed throws 'bad flag in substitute command'

后端 未结 3 932
闹比i
闹比i 2020-12-14 05:34

I want to run a simple command of replacing absolute paths to relative ones inside a CSS file like this:

sed -i \'s/\\/fonts/../fonts/\' /Users/sergeybasharo         


        
3条回答
提交回复
热议问题