bluebonnet
Technical User
I want to sort a file(pudding) by the 1st column
but ignore all of the duplicates and output
the results to another file (prices).
For example,
sort +1 pudding > prices
the file looks like this..
Pudding Price
1 vanilla 1.05
2 strawberry 1.05
etc...
but ignore all of the duplicates and output
the results to another file (prices).
For example,
sort +1 pudding > prices
the file looks like this..
Pudding Price
1 vanilla 1.05
2 strawberry 1.05
etc...