This file is indexed.

/usr/share/axiom-20120501/input/donsimple.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
20
21
22
23
24
25
26
)set break resume
)spool donsimple.output
)set message test on
)set message auto off
)clear all
)sys cp $AXIOM/../../src/input/donsimple.input.pamphlet .
)lisp (tangle "donsimple.input.pamphlet" "donsimp.spad" "donsimp.spad")
)co donsimp

--S 1 of 2
simple(1/x,x=2..3)
--R
--R   (1)  - 0.1666666666 666666667
--R                                                      Type: Expression(Float)
--E 1

--S 2 of 2
simple(x+->1/x,2..3)
--R
--R   (2)  - 0.1666666666 666666667
--R                                                                  Type: Float
--E 2

)spool 
)lisp (bye)