Help for this page
Select Code to Download
Select
or
download this
perl -F'\W+' -ane 'print join $/,@F' in1 in2 in3 in4 in5 in6 in7 >> wordlist
Select
or
download this
perl -F'\W+' -alne '@word{@F}=(); END { print sort keys %word }' in >> wordlist