Hello all,
I have a list with words and numbers that I want to sort on the number.
Basicly in this format:
word
<tab> number
Now I try to sort this list on the number, but the filter command doesn't evaluate the number. It's being stupid...
/filter -etucff 2 9 file1.tmp file2.tmp
=22:16:36= <+Bot> Word1 77
=22:16:38= <+Bot> NoWord 71
=22:16:40= <+Bot> Wording 70
=22:16:42= <+Bot> AlsoWord 70
=22:16:44= <+Bot> OtherWord 7=22:16:46= <+Bot> SomeWord 67
Obviously that 7 should be at the end of the list, not between 70 and 67. Does anyone know how to solve this? Or how to get round it?
Thanks a lot!