![]() |
Program to remove dupe lines OR sort a textfile?
Anyone know a program that can remove dupe lines and/or sort the lines after alphabetic order?
|
|
EditPlus
|
thanks.
RazorSharpe, if you want that gmail invite, post your mail. :) |
... and if you happen to be on a unix box, sort works nicely. sort -u sorts and removes duplicates.
|
sort -u file.txt > outfile.txt
comes free with unix |
sort | uniq
why pay? |
All times are GMT -7. The time now is 03:20 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123