标签: sed bsd
我正在尝试从行尾删除任何黑色空格。我这样做,我想知道它为什么不起作用。
sed -i '' 's/\s*$/ endOfLine/g' myFile
我明白了
MyLine endOfLine MyLine endOfLine
我期待这个