This file is indexed.

/usr/share/doc/stilts/sun256/stilts-cmd.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
<html>
   
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="sun-style.css">
      <title>The stilts command</title>
   </head>
   
   <body>
      <hr>
      <a href="stilts-flags.html">Next</a> <a href="debian.html">Previous</a> <a href="index.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="stilts-flags.html">Stilts flags</a><br>
       <b>Up: </b><a href="index.html">Top</a><br>
       <b>Previous: </b><a href="debian.html">Debian specific changes</a><br>
      
      <hr>
      <hr>
      <h2><a name="stilts-cmd">2 The <code>stilts</code> command</a></h2>
      <p>All the functions available in this package can be used from
         a single command, which is usually referred to in this document 
         simply as "<code>stilts</code>".  Depending on how you have installed
         the package, you may just type "<code>stilts</code>",
         or something like
         <pre>
   java -jar some/path/stilts.jar
</pre>
         or
         <pre>
   java -classpath topcat-lite.jar uk.ac.starlink.ttools.Stilts
</pre>
         or something else - 
         this is covered in detail in <a href="invoke.html">Section 3</a>.
         
      </p>
      <p>In general, the form of a command is
         <pre>
   stilts &lt;stilts-flags&gt; &lt;task-name&gt; &lt;task-args&gt;
</pre>
         The forms of the parts of this command are described in the following
         subsections, and details of each of the available tasks along with
         their arguments are listed in the
         <a href="cmdUsage.html">command reference</a> 
         at the end of this document.
         Some of the commands are highly configurable and have a variety of 
         parameters to define their operation.  
         In many cases however, it's not complicated to use them.
         For instance, to convert the data in a FITS table to VOTable format
         you might write:
         <pre>
   stilts tcopy cat.fits cat.vot
</pre>
         </p>
      <ul>
         <li><a href="stilts-flags.html">2.1 Stilts flags</a></li>
         <li><a href="task-name.html">2.2 Task Names</a></li>
         <li><a href="task-args.html">2.3 Task Arguments</a></li>
         <li><a href="sec2.4.html">2.4 Getting Help</a></li>
      </ul>
      <hr><a href="stilts-flags.html">Next</a> <a href="debian.html">Previous</a> <a href="index.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="stilts-flags.html">Stilts flags</a><br>
       <b>Up: </b><a href="index.html">Top</a><br>
       <b>Previous: </b><a href="debian.html">Debian specific changes</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>