I have a TAB delimited file. I want to sort the file on the second field...
I am trying to use the sort command for this...
In the sort command how can I specify/input the TAB character as the delimiter, for the flag -t.
The command I want to use is sort -t<TAB> -k2,2 <filename>
For the flag -t...how to specify/input the TAB character..?
Any ideas...?
Thanks in advance
Mallik
I am trying to use the sort command for this...
In the sort command how can I specify/input the TAB character as the delimiter, for the flag -t.
The command I want to use is sort -t<TAB> -k2,2 <filename>
For the flag -t...how to specify/input the TAB character..?
Any ideas...?
Thanks in advance
Mallik