if you really need both, you could just replace the : with new lines:
undeath edit: ok, you win
Code:
sed 's/:/\n/' user_word.txt > all.txt
undeath edit: ok, you win
how to read wordlist with separator :
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
how to read wordlist with separator : - by zigcoding - 07-23-2019, 08:48 AM
RE: how to read wordlist with separator : - by hops - 07-23-2019, 10:07 AM
RE: how to read wordlist with separator : - by zigcoding - 07-23-2019, 10:42 AM
RE: how to read wordlist with separator : - by philsmd - 07-23-2019, 01:09 PM
RE: how to read wordlist with separator : - by undeath - 07-23-2019, 03:00 PM
RE: how to read wordlist with separator : - by philsmd - 07-23-2019, 08:07 PM
|