This file is indexed.

/usr/share/doc/stilts/sun256/tjoin.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
<html>
   
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="sun-style.css">
      <title>tjoin: Joins multiple tables side-to-side</title>
   </head>
   
   <body>
      <hr>
      <a href="tjoin-usage.html">Next</a> <a href="tloopExamples.html">Previous</a> <a href="cmdUsage.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="tjoin-usage.html">Usage</a><br>
       <b>Up: </b><a href="cmdUsage.html">Command Reference</a><br>
       <b>Previous: </b><a href="tloopExamples.html">Examples</a><br>
      
      <hr>
      <hr>
      <h2><a name="tjoin">B.29 <code>tjoin</code>: Joins multiple tables side-to-side</a></h2>
      <p><code>tjoin</code> performs a trivial side-by-side join of multiple tables.
         The N'th row of the output table consists of the N'th row of the
         first input table, followed by the N'th row of the second input table, ...
         and so on.  It is suitable if you want to amalgamate two or more 
         tables whose row orderings correspond exactly to each other.
         
      </p>
      <p>For the (more usual) case in which the rows of the tables to be 
         joined are not already in the right order, use one of the
         <a href="match.html">crossmatching commands</a>.
         
      </p>
      <ul>
         <li><a href="tjoin-usage.html">B.29.1 Usage</a></li>
         <li><a href="secB.29.2.html">B.29.2 Examples</a></li>
      </ul>
      <hr><a href="tjoin-usage.html">Next</a> <a href="tloopExamples.html">Previous</a> <a href="cmdUsage.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="tjoin-usage.html">Usage</a><br>
       <b>Up: </b><a href="cmdUsage.html">Command Reference</a><br>
       <b>Previous: </b><a href="tloopExamples.html">Examples</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>