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

    is there a way to pass a variable i

    is there a way to pass a variable into an awk statement from out site the statement? variable="hello world" cat file| awk ' { print "variable from outside awk:"variable }' where would we all be w/out awk...
  2. PuPPeT2

    how can I remove trailing space in

    how can I remove trailing space in the name variable in the following script: cat flinf|$search1|$search2| awk ' { ref_cmd=substr($0,34,20) if ($0~/\.txt/) {...

Part and Inventory Search

Back
Top