![]() |
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) |
I like php myself
|
|
sed and sort from the unix command line.
|
EditPad Pro does it easy.
|
like someone pointed out earlier, unix command line tools is the way to go :thumbsup
|
In a shell:
Code:
%sort -u file.txt Code:
%sort -u file.txt > newfile.txt |
ms excel has a pretty good tool in it in office 2k7
|
Quote:
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