gpt4 book ai didi

linux - sed 命令如何与多个组一起使用

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:44:48 24 4
gpt4 key购买 nike

<分区>

我正在尝试解析一些文本文件,我需要使用 sed 命令来查找和替换。

例子:

'a b' replace with 'b a'
'c d' replace with 'd c'
'e f' replace with 'f e'

示例输入

xa bx
xc dx
xe fx

样本输出

xb ax
xd cx
xf ex

我试过下面的代码

sed 's/\[ace][:space:]\[bdf]/\1 \2/g'

我在终端中收到以下错误:

sed: -e expression #1, char 32: invalid reference \3 on `s' command's RHS

谢谢

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com