Hello
I did some Googling and was not able to find it, so let me know if you know how to do it. Here is what I want to do:
Lets say I have a file with these contents:
Quote:
ada 66 Retired 60319 napanee
alfre 71 Retired 68315 Caledon
anila 26 Employed 70772 milton
brian 100 Retired 87937 London
darren 88 Retired 46499 orangeville
elilini 83 Retired 24286 toronto
george 45 Employed 64495 PICTON
|
and I want to sort the file by the forth (4th) column, how can I use the sort command to do that?