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...