致力于Ubuntu中文推广http://forum.ubuntu.com.cn/
http://forum.ubuntu.com.cn/viewtopic.php?t=211312
sinic 写了:nangergong 写了:比如一个文件是 1 2 3 另一个文件是 a b c 現在要合并为的文件是 1 a 2 b 3 c paste file1 file2 >file3 详细的man paste
nangergong 写了:比如一个文件是 1 2 3 另一个文件是 a b c 現在要合并为的文件是 1 a 2 b 3 c