I am trying to write an awk command to take certain fields out of one file and write them to a new file. I am able to to separate the fields (comma delineate) and print it to stdout but I can't figure out how to get it into the new file in the correct format. Here is my current command:I am trying to write an awk command to take cer