例如,
我有两个文件:
file1.log:
123 456 789
和
file2.log:
我想快点将它们加在一起?
(我的实际文件每行超过一百万行,但行数相同.)
输出将是:
246 912 1578
bash shell awk
awk ×1
bash ×1
shell ×1