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 dencom 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: oldwhtman
  • Content: Threads
  • Order by date
  1. oldwhtman

    Passing Parameters to an Executable Awk Script

    I've spent as couple hours searching in vain for an example of how to pass parameters to an executable awk script. Can anyone lead me to such an example? I tried the following syntax: #!/bin/gawk -v "var=$1" -f begin { print "var=" var } Using the command: >myscript.awk <value>...

Part and Inventory Search

Back
Top