paste file1 file2 file3 > file4

file1内容为:

1

2

3

file2内容为:

a

b

c

file3内容为:

read

write

add

file4内容为:

1 a read

2 b write

3 c add

 

相关文章: