This file is indexed.

/usr/lib/iraf/noao/noao.cl is in iraf-noao 2.16.1+2018.03.10-2.

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
#{ NOAO -- The NOAO optical astronomy suite of packages.

cl < "noao$lib/zzsetenv.def"
package	noao, bin = noaobin$

task	artdata.pkg	= "artdata$artdata.cl"
task	astrometry.pkg	= "astrometry$astrometry.cl"
task	astcat.pkg	= "astcat$astcat.cl"
task	astutil.pkg	= "astutil$astutil.cl"
task	digiphot.pkg	= "digiphot$digiphot.cl"
task	focas.pkg	= "focas$focas.cl"
task	imred.pkg	= "imred$imred.cl"
task	mtlocal.pkg	= "mtlocal$mtlocal.cl"
task	nobsolete.pkg	= "nobsolete$nobsolete.cl"
task	nproto.pkg	= "nproto$nproto.cl"
task	obsutil.pkg	= "obsutil$obsutil.cl"
task	onedspec.pkg	= "onedspec$onedspec.cl"
task	rv.pkg		= "rv$rv.cl"
task	surfphot.pkg	= "surfphot$surfphot.cl"
task	twodspec.pkg	= "twodspec$twodspec.cl"

task	observatory	=  "astutil$x_astutil.e"

clbye()