here's what i did ...
tmp_analysis_phase_one="/tmp/tmp_$$_analysis.pt1"
tmp_analysis_phase_two="/tmp/tmp_$$_analysis.pt2"
tmp_analysis_phase_three="/tmp/tmp_$$_analysis.pt3"
for i in $tmp_analysis_phase_two
do
for z in $(cat $i)
do
if [ ! $z == "null" ]
then
ip_addr=$(nslookup...
well, i've tried ... that's a start ;)
I broke down the merge in two steps:
merge file #1 and file #2 then merge the result with file #3.
I've used paste() in the paste but this is no job for it.
I forgot to mention earlier, file #1 contains a liste of groups, a "reference file". basically...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.