hi all - im looking for a simple command line app that can find duplicate entries within a text file, this is so i can create installer for our mods - so that we dont need to insert text into filelist.txt - if i could get a command line app which could find duplicate entries i could make an installer that could write /merge the data needed for filelist.txt
anyone know any software with command line?
The Lock On comunity is using one exe that does the adding of lines in some configs... wait a bit to search for it.
well i can do that anyway - i can add lines of txt into the filelist.txt but i cannot look for duplicate strings afterwards which i would very much like to do
its easy with dos to add lines of txt just by merging 2 files together
so if 1 file has the txt you want to add (add.txt) & the other is what you want to add to (filelist.txt)
you would do this
copy filelist.txtm + add.txt
this will merge the 2 files together
but we really need something to find duplicate entries :wink:
thx for help though