使用 sed 命令
可能的重复:
根据模式连接线
我有以下文件:
test
one
My
two
Hi
three
我需要一种使用 cat 的方法并 sed 给出以下输出:
testone
Mytwo
Hithree
How can i do I get this in a single command?
Possible Duplicate:
Join lines based on pattern
I have the following file:
test
one
My
two
Hi
three
i need a way to use cat and sed to give the following output:
testone
Mytwo
Hithree
How can i achieve this in a single command?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中文件“foo.txt”包含您的文本:
Where the file "foo.txt" contains your text: