hi list, i have a textfile with lists in each line, always starting with a number. i would like to create a new textfile where all these lines are sorted in numeric order now.
so e.g. i have a textfile with this content:
44 hello joe; 2 3 part 4; 9 say hi; 5 88 999 33;
and the result should be:
2 3 part 4; 5 88 999 33; 9 say hi; 44 hello joe;
are there any objects helping me, doin it in pd?
greets, mirko