shell:多个文件按行合并


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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM