expertec Posted December 21, 2004 Report Share Posted December 21, 2004 I have a passage of text, and I want to change it into a list of the words and sort by length.Is this possible, and does anybody know how I could do it? Quote Link to comment Share on other sites More sharing options...
scuzzman Posted December 21, 2004 Report Share Posted December 21, 2004 I have a passage of text, and I want to change it into a list of the words and sort by length.Is this possible, and does anybody know how I could do it?You could download this program - it's a Linux-like enviroment for windowsthen, if it's a text document, issue this string against it:cat FILENAME.TXT | sort -nI know the Windows "type" command is similar to cat, so if DOS has a utility similar to "sort" use the same type of thing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.