any way to combine two sed commands?

后端 未结 0 688
天命终不由人
天命终不由人 2020-12-07 22:09

I\'m trying to align contents of my file.txt to left side on std output using sed -r \'s/^[ \\t]*//\' and then apply sed -i \'s/XYZ/ABC/g\' file.txt

相关标签:
回答
  • 消灭零回复
提交回复
热议问题