This file is indexed.

/usr/share/axiom-20120501/input/multiple.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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
)set break resume
)spool multiple.output
)set message test on
)set message auto off
)clear all
--S 1 of 8
draw(sin(x),x=0..2*%pi)
--R 
--R   Compiling function %B 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: "sin(x)"
--R                                                 Type: TwoDimensionalViewport
--E 1

--S 2 of 8
v1 := %
--R 
--R
--R   (2)  TwoDimensionalViewport: "sin(x)"
--R                                                 Type: TwoDimensionalViewport
--E 2

--S 3 of 8
draw(cos(x),x=0..2*%pi,curveColor==light red())
--R 
--I   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   (3)  TwoDimensionalViewport: "cos(x)"
--R                                                 Type: TwoDimensionalViewport
--E 3

--S 4 of 8
v2 := %
--R 
--R
--R   (4)  TwoDimensionalViewport: "cos(x)"
--R                                                 Type: TwoDimensionalViewport
--E 4

--S 5 of 8
graphs v1
--R 
--R
--R   (5)
--R   [Graph with 1 point list, undefined, undefined, undefined, undefined,
--R    undefined, undefined, undefined, undefined]
--R                                    Type: Vector(Union(GraphImage,undefined))
--E 5

--g1 := elt(graphs v1,1)::GraphImage
--S 6 of 8
g1 := getGraph(v1,1)
--R 
--R
--R   (6)  Graph with 1 point list
--R                                                             Type: GraphImage
--E 6

--S 7 of 8
putGraph(v2,g1,2)
--R 
--R                                                                   Type: Void
--E 7

--S 8 of 8
makeViewport2D(v2)
--R 
--R   AXIOM2D data being transmitted to the viewport manager...
--R
--R   (8)  TwoDimensionalViewport: "cos(x)"
--R                                                 Type: TwoDimensionalViewport
--E 8
)spool 
)lisp (bye)