如何合并文件阿?

sh/bash/dash/ksh/zsh等Shell脚本
头像
cnkilior
论坛版主
帖子: 4984
注册时间: 2007-08-05 17:40

Re: 如何合并文件阿?

#16

帖子 cnkilior » 2009-07-02 18:02

cat/dd
头像
kwarph
帖子: 51
注册时间: 2006-06-19 19:19
联系:

Re: 如何合并文件阿?

#17

帖子 kwarph » 2009-07-02 18:04

sinic 写了:
nangergong 写了:比如一个文件是
1
2
3
另一个文件是
a
b
c
現在要合并为的文件是
1 a
2 b
3 c

paste file1 file2 >file3
详细的man paste
这个命令挺好
Tiger Cheng
昆山轩辕IT培训中心
C++培训讲师
邮件:[email protected]
主页:http://www.xuanyuan-soft.cn
回复