This file is indexed.

/usr/share/axiom-20120501/input/parabola.input is in axiom-test 20120501-8.

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
)set break resume
)spool parabola.output
)set message test on
)set message auto off
)clear all
--S 1 of 1
draw(curve(t**2 + 2*t - 1,t**2 + t - 2),t = -4..3)
--R 
--R   Compiling function %B with type DoubleFloat -> DoubleFloat 
--R   Compiling function %D with type DoubleFloat -> DoubleFloat 
--R   Graph data being transmitted to the viewport manager...
--R   AXIOM2D data being transmitted to the viewport manager...
--R
--R   (1)  TwoDimensionalViewport: "t^2+2*t+-1"
--R                                                 Type: TwoDimensionalViewport
--E 1
)spool 
)lisp (bye)