我有一个构建命令,可以输出大量内容,其中有一个我需要复制和粘贴的链接。
因此,我希望能够进行一些终端杂技,以便该命令能够进行正常的完整输出,但最终,带有链接的那行会被提取并连接到输出的底部,这样我就可以轻松找到它。
我无法修改这个命令本身。
例子:
$ buildcommand
line1
line2
this is the link: http://link
linex
liney
期望的结果:
$ buildcommand | magic
line1
line2
this is the link: http://link
linex
liney
this is the link: http://link