This file is indexed.

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

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
MACRO PAWEX11
**************************************************************************
*                       PAW TUTORIAL EXAMPLE 11                          *
* Creation of one and two dimensional histograms                         *
**************************************************************************
Exec ALLDEF
OPT GRID
zon 1 2
function/fun1 100 htfun1.f 100. 0. 1.
1dh  110 'Test 1-dim Histo' 100 0. 1. 1000.
call urout.f(5000)
fun/fun2 200 htfun2 25. 0. 1. 25. 0. 1. C
hi/li
histogram/file 1 pawhists.hbook 1024 N
hrout 0
close 1
hi/de 0
RETURN