Search Results

Search: Posts Made By: sam_2921
1,363
Posted By Scrutinizer
In addition to that what RudiC wrote, the order...
In addition to that what RudiC wrote, the order of a for (variable in array) loop is not defined. Instead, you could try this:
awk '
BEGIN {
FS = OFS= "\t"
}
{
...
1,363
Posted By RudiC
Please use code tags for data as well! In above,...
Please use code tags for data as well! In above, the TABS in the data are lost.

Your braces are misplaced. Try moving the one before for (i in b) just behind it.
Showing results 1 to 2 of 2

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