Hi there.
Does anyone have explanation to following awk behaviour?
Fragment of my code:
print( "value root: " $0);
print("substr: " substr($0 ,3));
awk prints:
value root: ="1177" platform="3" producer="9" wap="true"
substr: false" id="1177" platform="3" producer="9"
OS is Linux Fedora Core...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.