【发布时间】:2015-10-04 20:00:49
【问题描述】:
我目前有三个文件file1.txt、file2.txt、file3.txt,我想将它们合并为一个文件bigfile.csv
文件的当前格式为:
file1.txt
28-02-14 17:50:58 01401009 17756100
28-02-14 17:50:58 01401009 17756100
28-02-14 17:50:58 01401009 17756100
28-02-14 17:50:58 01401009 17756100
file2.txt
441343******6401
100052******0314
100051******2784
100056******7772
file2.txt
150000
150000
100000
5000
想要的输出是
28-02-14 17:50:58 01401009 17756100;>441343******6401;150000
【问题讨论】:
-
很好。祝你好运。你有问题吗?
标签: bash csv concatenation