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

    problem with if/else sub

    Any help is greatly appreciated!! I have an input text file (test_input.txt) that is comma del., and I need to make a substitution in $20 of this file, and write out the entire file after the text is substituted. I have the following command: awk -F, '{print $0}' test_input.txt | awk -F, {if...

Part and Inventory Search

Back
Top