how to read wordlist with separator :
#4
Code:
sed 's/^[^:]*://' user_word.txt > word.txt
Reply


Messages In This Thread
RE: how to read wordlist with separator : - by philsmd - 07-23-2019, 01:09 PM