I am Sorting a File using a column using the command - cat myFile | sort -u -k3
Now i want to Sort Data within a Column of a File. Can anyone please help and tell me