I have a table that looks something like this:
FirstName SurName; Length; Weight;
I need to sort by length, and if the length is equal to one or more names, I need to sort them by weight. sort ni sorted only by length, I also tried sort /.\{-}\ze\dd/ , but that didn't work either.
Any help would be greatly appreciated!
Matthias van eeghem
source share