摘要: 两个文件a1,b1 内容分别如下: a1: 1 2 3b1: a b c 如何把它们合在一起内容如下的: 1 a 2 b 3 c -----------------------------paste -d" " a1 a2SUN的Solaris只能合并12个文件,sco5.5下ksh只能合并6个文件,在aix下ksh没有限制-----------------------------请教这两个文件如何合并?内容分别如下: a1: DAD|15.0| JAB|2.0| JAH|55.0| b1: DAD|773.0| GGC|2.0| JAB|224.0|如何把它们合在一起内容 阅读全文
posted @ 2013-07-29 15:05 蒋蒋 阅读(329) 评论(0) 推荐(0) 编辑