Skip to content
Snippets Groups Projects
Commit 0d3c2f77 authored by ulif's avatar ulif
Browse files

Fix wordlist sample with pipe.

parent 0eb9de45
No related branches found
No related tags found
No related merge requests found
......@@ -192,8 +192,7 @@ considered a possible word. For instance::
With dash (``-``) as filename you can pipe in wordlists::
$ echo -e "hi\nhello\n" > mywordlist.txt
$ cat mywordlist.txt | diceware -
$ echo -e "hi\nhello\n" | diceware -
HiHiHelloHiHiHello
In custom wordlists we take each line for a valid word and ignore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment