Search Results

Search: Posts Made By: bartman2099
2,598
Posted By Scrutinizer
Like rdrtx1 says, use semicolons, so it would...
Like rdrtx1 says, use semicolons, so it would look like this:
awk 'f==2{F2[$2]=$8} f==3{F3a[$2]=$9; F3b[$2]=$10} f==1{ $8=F2[$2]; $9=F3a[$2]; $10=F3b[$2]; print}' f=2 file2 f=3 file3 f=1 file1
But...
2,598
Posted By rdrtx1
If joining the lines in previous awk post then...
If joining the lines in previous awk post then include a ; between joined lines.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy