This file is indexed.

/usr/share/paw-demos/pawex28.kumac is in paw-demos 1:2.14.04.dfsg.2-9.1build1.

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
MACRO PAWEX28
**************************************************************************
*                       PAW TUTORIAL EXAMPLE 28                          *
**************************************************************************
Exec ALLDEF
Mess '**********************************************'
Mess '*                COMIS test (1)              *'
Mess '**********************************************'
Mess
Mess The next line should be "1"
Mess
call comis1.f(1)
Mess
Mess The next two lines should be ".8414710"
Mess
call comis2.f
Mess
Mess Now is drawn LOG(X) between 0 and 1
Mess
fun/plot log(x) 0 1
RETURN