This file is indexed.

/usr/lib/fastdnaml/bin/printdata is in fastdnaml 1.2.2-11.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#! /bin/sh
#
# printdata shell script
#
if test $# -gt 0; then echo "Usage:  $0"; exit; fi
read first_line
echo "$first_line 1"
cat -