This file is indexed.

/usr/share/doc/gri/html/example2.gri is in gri-html-doc 2.12.23-9build2.

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
# Example 2 -- Storing data within command file

read columns x y
0.05 12.5 
0.25 19
0.5  15
0.75 15
0.95 13

# Note that a blank line ended the data set
draw curve
draw title "Example 2"