You can use the a flag in $sorttok which does an alphanumeric sort, where the letters aren't treated as "0" anymore but sorted as well.

//echo -a $sorttok(z A 4 -4.4 b -4,32,a)

-> A b z -4.4 -4 4


Gone.