I have a multiple field file that I need to sort by field 1, and then by field 3 within field 1. I also have to drop the duplicates of field 1, keeping only one occurrence of field on that has the lowest value of field 2.
Can this be done with one or more executions of sort?
Can this be done with one or more executions of sort?