Hello. Does anyone know of any software that has the following functionality for words or domains?
1. Deduplicates the same words or domains and gives a new text file with only the noduplicate names.
2. A function to split a large list of names or domains into as many text files as needed.
3. A function that can merge a multiple text files that contain words or domains into one large text file.
4. A function that you can remove certain words or domains by running it against another text files that has those names. Basically a text list containing words you would like to remove againts another text file that might of those same words. The function will then create a new text file with only the names that do were not in the remove file.
1. Deduplicates the same words or domains and gives a new text file with only the noduplicate names.
2. A function to split a large list of names or domains into as many text files as needed.
3. A function that can merge a multiple text files that contain words or domains into one large text file.
4. A function that you can remove certain words or domains by running it against another text files that has those names. Basically a text list containing words you would like to remove againts another text file that might of those same words. The function will then create a new text file with only the names that do were not in the remove file.