06-15-2023, 04:32 PM
(This post was last modified: 06-15-2023, 04:33 PM by lapsikmees.)
Use command line (cmd). "type wordlist1.txt wordlist2.txt | sort /u /o combinedlist.txt"
Sort command converts from utf8 to ansi tho.
You can also do "type wordlist1.txt wordlist2.txt >> wordlist3.txt" and later sort any program you want. I use notepad++ usually.
https://learn.microsoft.com/en-us/window...mands/type
https://learn.microsoft.com/en-us/window...mands/sort
Sort command converts from utf8 to ansi tho.
You can also do "type wordlist1.txt wordlist2.txt >> wordlist3.txt" and later sort any program you want. I use notepad++ usually.
https://learn.microsoft.com/en-us/window...mands/type
https://learn.microsoft.com/en-us/window...mands/sort