This file is indexed.

/usr/share/doc/gmt/examples/README.SCRIPTS is in gmt-examples 5.2.1+dfsg-3build1.

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
	$Id: README.SCRIPTS 12822 2014-01-31 23:39:56Z remko $

	README file for GMT Examples directory

There are born-again shell (bash) and DOS (bat)
versions of all example scripts.  To run all bash scripts,
you can execute "make examples".
To run all bat scripts, run do_examples.bat instead.

Examples 2 and 17 show usage of grdraster.  However, because
the user may not have these databases the grdraster calls are
commented out and the extracted grdfiles supplied instead.

Example 27 shows usage of img2grd.  Again, since the user may
not have the img data installed the img2grd call is commented
out and the extracted img grid is supplied.

It is possible that the output you may generate with these
script will differ in subtle ways from the figures shown
in the GMT documentation.  This is most likely caused by
different settings in the gmt.conf file that we used
to generate the plots.

The DOS versions may differ in subtle ways from the UNIX
scripts since DOS is a brain-dead scripting language.  Example
03 is only partly implemented in DOS.  Those who plan to use
the .bat files should seriously ask themselves why they have
not installed cygwin or SFU yet. (See Appendix L for more on
that).