/usr/share/doc/stilts/sun256/sec2.4.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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="sun-style.css">
<title>Getting Help</title>
</head>
<body>
<hr>
<a href="invoke.html">Next</a> <a href="task-args.html">Previous</a> <a href="stilts-cmd.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="invoke.html">Invocation</a><br>
<b>Up: </b><a href="stilts-cmd.html">The stilts command</a><br>
<b>Previous: </b><a href="task-args.html">Task Arguments</a><br>
<hr>
<h3><a name="sec2.4">2.4 Getting Help</a></h3>
<p>As well as the command descriptions in this document
(especially the reference section <a href="cmdUsage.html">Appendix B</a>)
you can get help for STILTS usage from the command itself.
Typing
<pre>
stilts -help
</pre>
results in this output:
<pre>
Usage:
stilts [-help] [-version] [-verbose] [-allowunused] [-prompt] [-bench]
[-debug] [-batch] [-memory] [-disk] [-memgui]
[-checkversion <vers>] [-stdout <file>] [-stderr <file>]
<task-name> <task-args>
stilts <task-name> help[=<param-name>|*]
Known tasks:
calc
cdsskymatch
coneskymatch
funcs
pixfoot
pixsample
plot2d
plot3d
plothist
regquery
sqlclient
sqlskymatch
sqlupdate
taplint
tapquery
tapresume
tapskymatch
tcat
tcatn
tcopy
tcube
tjoin
tloop
tmatch1
tmatch2
tmatchn
tmulti
tmultin
tpipe
tskymap
tskymatch2
votcopy
votlint
plot2plane
plot2sky
plot2cube
plot2sphere
plot2time
</pre>
</p>
<p>For help on the individual tasks, including their parameter lists,
you can supply the word <code>help</code>
after the task name, so for instance
<pre>
stilts tcopy help
</pre>
results in
<pre>
Usage: tcopy ifmt=<in-format> ofmt=<out-format>
[in=]<table> [out=]<out-table>
</pre>
</p>
<p>Finally, you can get help on any of the parameters of a task
by writing <code>help=<param-name></code>, like this:
<pre>
stilts tcopy help=in
</pre>
gives
<pre>
Help for parameter IN in task TCOPY
-----------------------------------
Name:
in
Usage:
[in=]<table>
Summary:
Location of input table
Description:
The location of the input table. This may take one of the following
forms:
* A filename.
* A URL.
* The special value "-", meaning standard input. In this case the
input format must be given explicitly using the ifmt parameter.
Note that not all formats can be streamed in this way.
* A system command line with either a "<" character at the start, or
a "|" character at the end ("<syscmd" or "syscmd|"). This
executes the given pipeline and reads from its standard output.
This will probably only work on unix-like systems.
In any case, compressed data in one of the supported compression
formats (gzip, Unix compress or bzip2) will be decompressed
transparently.
Type:
uk.ac.starlink.table.StarTable
</pre>
If you use "<code>*</code>" instead of a parameter name in this usage,
help for all the parameters will be printed. Note that in most shells
you will probably need to quote the asterisk, so you should write
<pre>
stilts tcopy help='*'
</pre>
</p>
<p>In some cases, as described in <a href="task-args.html">Section 2.3</a>, you will
be prompted for the value of a parameter with a line something like this:
<pre>
matcher - Name of matching algorithm [sky]:
</pre>
In this case, if you enter "<code>help</code>" or a question mark,
then the parameter help entry will be printed to the screen, and
the prompt will be repeated.
</p>
<p>For more detailed descriptions of the tasks, which includes
explanatory comments and examples as well as the information above,
see the full task descriptions in the
<a href="cmdUsage.html">Command Reference</a>.
</p>
<hr><a href="invoke.html">Next</a> <a href="task-args.html">Previous</a> <a href="stilts-cmd.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="invoke.html">Invocation</a><br>
<b>Up: </b><a href="stilts-cmd.html">The stilts command</a><br>
<b>Previous: </b><a href="task-args.html">Task Arguments</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>
|