12-03-2017, 10:27 AM
It makes sense if there are a lot of duplicates.
On linux you would just sort and unique the words with "sort -u"
On linux you would just sort and unique the words with "sort -u"
Code:
sort -u wordlist_folder/* -o sort_and_uniqued.txt