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!

Recent content by jfer0x01

  1. jfer0x01

    awk csv file, pass output to bash variables, use variables to make sed replacements & new file n

    Hi, I have begun dissecting your code, but I receive an error on the print. Does it need to be in { print x} ?
  2. jfer0x01

    awk csv file, pass output to bash variables, use variables to make sed replacements & new file n

    Hi, I need to 1. read various csv files in a hard-coded folder ( 2 columns) 2. Save the output of columns 1 and column 2 to var1 and var2 3. Copy a template file I have and generate a new file name based on var2. 4. Make substitutions inside the new file for instances of Field1 = (var1) and...

Part and Inventory Search

Back
Top