/usr/share/doc/dealer/Manual/command.html is in dealer 0.20040530-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | <HTML>
<HEAD>
<TITLE>Running the program</TITLE>
</HEAD>
<BODY BGCOLOR="wheat">
<h1>Command Line Flags</H1>
<ul>
<li> <b>-e :</b> Exhaust mode (alpha version).
<li> <b>-g number :</b> Maximum number of hands to generate (default 1000000).
<li> <b>-l number :</b> Instead of shuffling, deals are read from the file
<tt>library.dat</tt> by M. Ginsberg (see
<a href=ftp://ftp.cirl.uoregon.edu/pub/users/ginsberg/bridge/>here</a>),
so the tricks() function is quite fast and bridge.exe from GIB is
<li> <b>-m :</b> Shows a progress meter.
<li> <b>-p number :</b> Maximum number of hands to produce (default 40).
<li> <b>-q :</b> Suppress PBN output (useful for testing, then switch it back
on when generating the "final" sample).
<li> <b>-s number :</b> Uses number as the seed for the random generator,
running the program twice with the same seed, will produce the
same sequence of hands.
<li> <b>-u :</b> Select upper- or lowercase for the symbols "AKQJT".
<li> <b>-v :</b> Verbose output, prints statistics at the end of the run.
<li> <b>-V :</b> Emits a version-identification string and exits
<li> <b>-h :</b> Help, prints the syntax.
<li> <b>-0 :</b> No swapping, each deal is generated normally (shuffling),
default.
<li> <b>-2 :</b> 2-way swapping, after each shuffle another deal is
generated by permuting E and W, leaving N and S in place
(NB: not fully compatible with <b>predeal</b>).
<li> <b>-3 :</b> 3-way swapping, after each shuffle another 5 deals are
generated by permuting E, W, and S every which way, leaving N in place
(NB: not fully compatible with <b>predeal</b>).
not needed (NB: not compatible at all with <b>predeal</b>).
</ul>
<HR>
<A HREF="preproc.html"><IMG SRC="prev.gif" BORDER=0></A>
<A HREF="index.html"><IMG SRC="index.gif" BORDER=0></A>
<A HREF="running.html"><IMG SRC="next.gif" BORDER=0></A>
</BODY>
</HTML>
|