No GUI necessary, btw. command line tool would be perfect -TucknDar
The Unix "sort -n" command will do this easily.
skwire@hankoku ~
$ clip
1. some text
10. yet more text
1011. Text
2. more text again
4. more text
skwire@hankoku ~
$ clip | sort -n
1. some text
2. more text again
4. more text
10. yet more text
1011. Text
skwire@hankoku ~
I've attached a Win32 binary version of the Unix sort command.
sort.zip (30.13 kB - downloaded 330 times.)