This file is indexed.

/usr/lib/auto-07p/cmds/@lp is in auto-07p 0.9.1+dfsg-4.

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
#!/bin/sh
if ( test $# -eq 1 ) then
	grep Fold d.$1
else
	grep Fold fort.9
fi