This file is indexed.

/usr/share/doc/4pane/html/FileviewCols.htm is in 4pane 5.0-1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <title>Fileview Columns</title>
</head>

<body style="background-color: rgb(255, 255, 255); direction: ltr;">
<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td style="width: 33%; text-align: center;"><a href="Statusbar.htm"><img src="back.gif" alt="The Statusbar" align="top" border="0"></a>&nbsp;&nbsp;<a href="Statusbar.htm">The Statusbar</a></td>
      <td style="width: 34%; text-align: center;">&nbsp;&nbsp;<a href="Display.htm"><img src="up.gif" alt="The Display" align="top" border="0"></a>&nbsp;&nbsp;<a href="Display.htm">The Display</a></td>
      <td style="width: 33%; text-align: center;">&nbsp;&nbsp;<a align="middle" href="DnD.htm">Drag'n'Drop</a>&nbsp;&nbsp;<a href="DnD.htm"><img src="forward.gif" alt="Drag'n'Drop" align="top" border="0"></a></td>
    </tr>
  </tbody>
</table>

</center>
<hr>

<h2><u>Fileview Columns</u></h2>
<p>
The right-hand part of each twin pane is a file-view: it shows the contents of the directory selected in the dir-view. While a dir-view has only one column, containing the directory names, 
a file-view can have several. The first, the Name column, is always present. The others are configurable, either from the file-view Context menu, or by right-clicking on a column header.<br><br>

The optional columns are: <b>Extension</b> (the 'txt' bit of foo.txt); the <b>Size</b> of each file; its date and <b>Time</b>; <b>Permissions</b>; <b>Owner</b>; <b>Group</b>; and finally <b>Link</b>, which shows its target if it's a symlink. 
You can also choose to Show All the columns, or None (except for the name).<br><br>

From the file-view context menu, or that of the 'ext' section of the column header, you can also choose how much of a multi-dot extension is displayed in the 'ext' column. 
By default an extension starts at the first '.' e.g. for foo-1.2.tar.gz it will be 2.tar.gz. This isn't always what you want, so you can change it to the last dot, or the penultimate one (appropriate for e.g. foo.tar.gz).<br><br>

You can alter the width of a column by dragging the border between its header and an adjoining one. If you click once on the header of a column, the files will be sorted by that column's data; click again, and the sort will be reversed. For example, two clicks on the Size column header will sort the files by size, with the largest first.<br><br>

Which columns are shown, their widths, and how they sort, are some of the things saved by <i>Options > Save Pane Settings</i> and <i>Options > Save Pane Settings On Exit</i>.
</p>
</body>
</html>