Search Results

Search: Posts Made By: Don Cragun
3,938
Posted By Don Cragun
Try changing: {n=split($1,a," ");split($2,b,"...
Try changing:
{n=split($1,a," ");split($2,b," ");for (i=1;i<=n;i++) print a[i]"="b[i]}to:
{n=split($1,a,",");split($2,b,",");for (i=1;i<=n;i++) print a[i]"="b[i]}
When you have words separated by...
Showing results 1 to 1 of 1

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