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

    Awk parsing with variable

    Hi, I would like to parse a fic with awk variable but i have a problem My FIC : Test1 1100 Test2 0011 Test3 011A Test4 BB23 The result that i want : Test1 1100 A script that work great : awk '$2 ~ /^11/ {print $0}' But i want to use a variable like HEXA=11 This not work like i want ...

Part and Inventory Search

Back
Top