annotate paste/paste.29925 @ 12257:1924fe176291 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/cwlprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:53 +0000
parents bdb161c7f923
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
398
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
1 Usage: words [-dhNo] [DATASETS...] [NUMBER_OF_WORDS]
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
2
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
3 options:
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
4 -l, --list list valid datasets
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
5 -d, --debug debugging output
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
6 -N, --dont-normalize don't normalize frequencies when combining
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
7 multiple Markov models; this has the effect
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
8 of making larger datasets more influential
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
9 -o, --target-offset change the target length offset used in the
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
10 word generation algorithm; use negative integers
bdb161c7f923 <elliott> run words --help | paste
HackBot
parents:
diff changeset
11 for best results