how to read wordlist with separator :
#5
more like
Code:
sed 's/^\([^:]*\):\(.*\)$/\1\n\2/' user_word.txt > all.txt
Reply


Messages In This Thread
RE: how to read wordlist with separator : - by undeath - 07-23-2019, 03:00 PM