Hi Hugh,

> I have a list of words, each ending in a number...
> 
> img1
> img10
> img11
> img2
> img201
> img3
> img4
> 
> How do I sort them so they are in the visually correct numerical order, like
> this? ...
> 
> img1
> img2
> img3
> img4
> img10
> img11
> img201
> 
> /H

This works for me:
...
sort lines of fld 1 numeric by char 4 to -1 of each
...


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to