Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dpedro
  • Content: Threads
  • Order by date
  1. dpedro

    substr() strange behaviour

    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...

Part and Inventory Search

Back
Top