/usr/share/doc/stilts/sun256/outModes.html is in stilts-doc 3.1.2-2.
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 46 47 48 49 50 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="sun-style.css">
<title>Output Modes</title>
</head>
<body>
<hr>
<a href="mode-cgi.html">Next</a> <a href="colid-list.html">Previous</a> <a href="pipes.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="mode-cgi.html">cgi</a><br>
<b>Up: </b><a href="pipes.html">Table Pipelines</a><br>
<b>Previous: </b><a href="colid-list.html">Specifying a List of Columns</a><br>
<hr>
<h3><a name="outModes">6.4 Output Modes</a></h3>
<p>This section lists the output modes which can be used as
the value of the <code>omode</code> parameter of
<code><a href="tpipe.html">tpipe</a></code> and other commands.
Typically, having produced a result table by pipeline processing
an input one, you will write it out by specifying
<code>omode=out</code> (or not using the <code>omode</code> parameter at all -
<code>out</code> is the default). However, you can do other things
such as calculate statistics, display metadata, etc. In some of
these cases, additional parameters are required. The different
output modes, with their associated parameters, are described in
the following subsections.
</p>
<ul>
<li><a href="mode-cgi.html">6.4.1 <code>cgi</code></a></li>
<li><a href="mode-count.html">6.4.2 <code>count</code></a></li>
<li><a href="mode-discard.html">6.4.3 <code>discard</code></a></li>
<li><a href="mode-gui.html">6.4.4 <code>gui</code></a></li>
<li><a href="mode-meta.html">6.4.5 <code>meta</code></a></li>
<li><a href="mode-out.html">6.4.6 <code>out</code></a></li>
<li><a href="mode-samp.html">6.4.7 <code>samp</code></a></li>
<li><a href="mode-stats.html">6.4.8 <code>stats</code></a></li>
<li><a href="mode-topcat.html">6.4.9 <code>topcat</code></a></li>
<li><a href="mode-tosql.html">6.4.10 <code>tosql</code></a></li>
</ul>
<hr><a href="mode-cgi.html">Next</a> <a href="colid-list.html">Previous</a> <a href="pipes.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="mode-cgi.html">cgi</a><br>
<b>Up: </b><a href="pipes.html">Table Pipelines</a><br>
<b>Previous: </b><a href="colid-list.html">Specifying a List of Columns</a><br>
<hr><i>STILTS - Starlink Tables Infrastructure Library Tool Set<br>Starlink User Note256<br>STILTS web page:
<a href="http://www.starlink.ac.uk/stilts/">http://www.starlink.ac.uk/stilts/</a><br>Author email:
<a href="mailto:m.b.taylor@bristol.ac.uk">m.b.taylor@bristol.ac.uk</a><br>Mailing list:
<a href="mailto:topcat-user@jiscmail.ac.uk">topcat-user@jiscmail.ac.uk</a><br></i></body>
</html>
|