Search Results

Search: Posts Made By: jgilot
2,696
Posted By jgilot
Hi all, Thanks
Hi all,

Thanks
2,696
Posted By jgilot
Don't understand AWK asort behaviour
Hello,

I have the following script :


BEGIN {
print "1 ***";
split("abc",T,"");
T[5]="e";
T[26]="z";
T[25]="y";
for (i in T) printf("%i:%s ",i,T[i]); print "";
for (i=1;...
Showing results 1 to 2 of 2

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