This file is indexed.

/usr/share/axiom-20170501/input/macros.input is in axiom-test 20170501-3.

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
)set break resume
)spool macros.output
)set message test on
)set message auto off
)clear all
--S 1 of 4
macro I == Integer
--R 
--R                                                                   Type: Void
--E 1

--S 2 of 4
macro M(R) == Matrix(R)
--R 
--R                                                                   Type: Void
--E 2

--S 3 of 4
macro p(n) == x < n
--R 
--R                                                                   Type: Void
--E 3

--S 4 of 4
macro q(i,j) == if x < i then i else j
--R 
--R                                                                   Type: Void
--E 4
)spool 
)lisp (bye)