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)
-   -   Text file line sort/duplicate remove app? (https://gfy.com/showthread.php?t=842375)

acctman 07-18-2008 05:26 PM

Text file line sort/duplicate remove app?
 
anyone know of an app that will remove all duplicate line in a text file and then sort everything?

I usually use UltraEdit but lately i've been noticing it does not sort properly when a like has a space is it (ie User 1 is sorted as User and then 1 on another line, when it should be User 1 together)

camgirlshide 07-18-2008 08:03 PM

I like php myself

fris 07-18-2008 08:34 PM

http://www.rightscripts.com/listrearrange/

brandonstills 07-18-2008 10:59 PM

sed and sort from the unix command line.

Zebra 07-18-2008 10:59 PM

EditPad Pro does it easy.

woj 07-18-2008 11:12 PM

like someone pointed out earlier, unix command line tools is the way to go :thumbsup

BigBen 07-19-2008 01:24 AM

In a shell:

Code:

%sort -u file.txt
or output to another file:

Code:

%sort -u file.txt > newfile.txt

Supz 07-19-2008 01:30 AM

ms excel has a pretty good tool in it in office 2k7

acctman 07-19-2008 03:52 PM

Quote:

Originally Posted by fris (Post 14479039)


thanks. i'm going to try this one out on my inhouse linux box


All times are GMT -7. The time now is 12:34 AM.

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