What is the best way to input 3 files into AWK?
I want to load each of the 3 files into different arrays and then gsub text and then compare/natch fields between the three files and then export to 1 merged file.
Can you do 3 while((getline<"file1,2,3) > 0) and load each file into an array?
Thanks
I want to load each of the 3 files into different arrays and then gsub text and then compare/natch fields between the three files and then export to 1 merged file.
Can you do 3 while((getline<"file1,2,3) > 0) and load each file into an array?
Thanks