纯学术,但让我很沮丧。
我想更正这段文字:
there there are are multiple lexical errors in this line line
使用 sed。我已经做到了这一点:
sed 's/\([a-z][a-z]*[ ,\n][ ,\n]*\)\1/\1/g' < file.text
它纠正了除了最后加倍的单词之外的所有内容!
there are multiple lexical errors in this line line
sed 大师能否解释一下为什么上面没有处理最后的单词?