This file is indexed.

/usr/share/help/C/gnome-terminal/txt-save-text.page is in gnome-terminal-data 3.28.1-1ubuntu1.

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
<page xmlns="http://projectmallard.org/1.0/"
      type="task"
      id="txt-save-text">

  <info>
    <revision version="0.1" date="2013-02-17" status="candidate"/>
    <link type="guide" xref="index#textoutput"/>

    <credit type="author copyright">
      <name>Sindhu S</name>
      <email>sindhus@live.in</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
      <years>2013</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Save <app>Terminal</app> output to a file.</desc>

  </info>

  <title>Save contents</title>

  <p>You can save all the output from a <app>Terminal</app> tab or window to a
  text file. This may be useful if you have to submit the terminal output as
  debugging information.</p>

  <steps>
    <item>
      <p>Go to <gui style="menu">File</gui>.</p>
    </item>
    <item>
      <p>Select <gui style="menuitem">Save Contents…</gui>.</p>
    </item>
    <item>
      <p>Choose your desired directory and enter a filename.</p>
    </item>
   <item>
      <p>Click <gui style="button">Save</gui>.</p>
    </item>
  </steps>

  <note style="tip">
    <p>You may optionally input a file extension along with the filename, for
    example <input>.txt</input>. This may be useful if you plan to view the
    file when using another operating system.</p>
  </note>

</page>