I'm not familiar with 'awk' but ran into column manipulation problem in Linux. The problem is, l have 2 different files for simplicity sake file1 & file 2. Both files have 50 columns, what l want to do is to copy the values of columns 43 to 50 from file1 into columns 43 to 50 in file 2. Also, l...