This file is indexed.

/usr/share/axiom-20120501/input/tbagg.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
)set break resume
)spool tbagg.output
)set message test on
)set message auto off
)clear all
 
--S 1 of 7
R ==> Record(key: Symbol, entry: String)
--R                                                                   Type: Void
--E 1

--S 2 of 7
T ==> AssociationList(Symbol, String)
--R                                                                   Type: Void
--E 2

--S 3 of 7
t1:=construct([[x,"ix"]$R])$T
--R
--R   (3)  table(x= "ix")
--R                                         Type: AssociationList(Symbol,String)
--E 3

--S 4 of 7
t2:=construct([[y,"iy"]$R])$T
--R
--R   (4)  table(y= "iy")
--R                                         Type: AssociationList(Symbol,String)
--E 4

--S 5 of 7
(t1=t2)::Boolean
--R
--R   (5)  false
--R                                                                Type: Boolean
--E 5

--S 6 of 7
t3:=construct([[y,"iy"]$R])$T
--R
--R   (6)  table(y= "iy")
--R                                         Type: AssociationList(Symbol,String)
--E 6

--S 7 of 7
(t3=t2)::Boolean
--R
--R   (7)  true
--R                                                                Type: Boolean
--E 7
)spool 
)lisp (bye)