gpt4 book ai didi

linux - 使用linux命令连接两个文件

转载 作者:太空宇宙 更新时间:2023-11-04 08:59:48 24 4
gpt4 key购买 nike

我有两个 unix 文件 A 和 B。

A就像

100
101
102

B就像

ABC
DEF
GHI

我怎样才能拥有一个统一的点赞

 100   ABC
101 DEF
102 GHI

就像第一列与其他文件的第一列连接一样。

最佳答案

你使用粘贴。

 NAME
paste - merge lines of files

SYNOPSIS
paste [OPTION]... [FILE]...

DESCRIPTION
Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output. With no FILE, or when FILE is -, read standard
input.

下面的命令应该可以解决问题

paste A B

关于linux - 使用linux命令连接两个文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23804137/

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