Using sed with pattern grouping: sed -r 's/(.*=)D(:\\[^\]+)(\\.*)/\1E\21\3/' file.txt. All () are indicating pattern groups, the purpose of ...
確定! 回上一頁