This file is indexed.

/usr/share/doc/condor/examples/dagman/C.submit is in condor-doc 7.8.2~dfsg.1-1+deb7u3.

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
###################################################
# Submit file for Job C
#
# half.condor will read in a number from STDIN,
# divide it by two, and print the result on STDOUT. 
###################################################

Universe   = standard
Executable = half.condor
input      = A.out
output     = C.out
log        = diamond.log
Queue