![]() |
Has anyone got a simple script to alphabetically sort words?
A script where one can input a list of words, and it'd organise them alphabetically?
Thanks :-) |
if you want to invest a few bucks, icq: 33375924 :)
|
|
excel...
|
i can make you one in VB in like 5 minutes
hit me up |
make a simple textarea form that submits to sort.php with the textarea name words
in sort.php put this <?php $explode = explode("\n", $_POST['words']); echo sort($explode); ?> its a quick write up could have flaws |
whats that all mean
|
Raptor is what you need :thumbsup
|
cat inputfile.txt | sort > outputfile.txt
|
in linux: sort -u inputfile.txt > outputfile.txt (the u paramter will remove duplicates).
|
How big is the list? If its small enough I'll do it right now....
|
cat your.list | sort
|
some good advice LOL:D!
|
Thanks for all the helpful replies :-)
Woj, I've bought several scripts from you, I got your number... I don't really appreciate when people ask money for just about anything. |
| All times are GMT -7. The time now is 01:05 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123