GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Were can i find this software? (https://gfy.com/showthread.php?t=365567)

Webmaster_Logic 10-01-2004 06:18 PM

Were can i find this software?
 
I got a list of 10k of words that i need to be put in alphabetical Order. Does anyone know of any software that can do this?

Thanks

JSA Matt 10-01-2004 06:25 PM

PHP Code:

$data file("words.txt");
sort($data);

for (
$i 0$i count($data); $i++) {
  echo 
$data[$i] . "\n";



freeadultcontent 10-01-2004 06:27 PM

Damn you write something up, I was gunna say to just use word and hit alphabatize.

JSA Matt 10-01-2004 06:28 PM

Quote:

Originally posted by freeadultcontent
Damn you write something up, I was gunna say to just use word and hit alphabatize.
lol, that could work too :glugglug

$5 submissions 10-01-2004 07:12 PM

Quote:

Originally posted by Webmaster_Logic
I got a list of 10k of words that i need to be put in alphabetical Order. Does anyone know of any software that can do this?

Thanks

Load it in Excel and click SORT (A to Z) you can choose descending or ascending

Linguist 10-01-2004 07:15 PM

cat file.txt | sort > out.txt

Or something like that.. look up manual for sort and you'll be set


All times are GMT -7. The time now is 06:11 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123