Hello,
I have three files that i need to merde into one using awk:
file #1
GROUP;GADMIN
file #2
USER;GROUP
file #3
USER;UADMIN
i need to merge those files into the following sequence:
USER;GROUP;GADMIN;UADMIN
could you please help me out ?
Thanks in advance,
anamorph
I have three files that i need to merde into one using awk:
file #1
GROUP;GADMIN
file #2
USER;GROUP
file #3
USER;UADMIN
i need to merge those files into the following sequence:
USER;GROUP;GADMIN;UADMIN
could you please help me out ?
Thanks in advance,
anamorph