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 gkittelson 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: *

  1. francos3

    awk match substitution using regexp "^" and a variable name

    Hi, I want to do a gawk statement were the following is matched but it does not work: variable="partners"; temp="(partners ?x1 ?x2"; if ( temp ~ /^\(/variable/ ?/ ){ print hello; } The following works, so the problem is getting the variable value of "partners" inside the regexp. if (...

Part and Inventory Search

Back
Top