Hi;
I am using busybox-1.15.2 and simple awk is broken as follows:
-> awk -F"-" '{ print $1,$2 }' input.txt
intvar[2]: -
intvar[2]: -
Hello-World Hello-World
SmartBridges[0,0]-> cat input.txt
Hello-World
->
The intvar is the printf() that I put in awk.c but apparently,
the error here is that no matter what field separator I use in the input
file, the print $1,$2 does not take the correct values from awk.
Any insight is appreciated.
Regards,
Teh
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox