mediation
Technical User
- Nov 11, 2006
- 17
Dears,
I have a script which generates 3 output files, each contains one column of data as below:
file 1:
ABC
ABC
ABC
file 2:
DEF
DEF
DEF
file 3:
GHI
GHI
GHI
I want to merge all these files in one file with 3 columns as below:
file 4:
ABC DEF GHI
ABC DEF GHI
ABC DEF GHI
Could you please help me in doing this issue?? taking into consideration that i'm using ksh script and i've tried to use awk functions and failed.
Thanks in advance.
I have a script which generates 3 output files, each contains one column of data as below:
file 1:
ABC
ABC
ABC
file 2:
DEF
DEF
DEF
file 3:
GHI
GHI
GHI
I want to merge all these files in one file with 3 columns as below:
file 4:
ABC DEF GHI
ABC DEF GHI
ABC DEF GHI
Could you please help me in doing this issue?? taking into consideration that i'm using ksh script and i've tried to use awk functions and failed.
Thanks in advance.