/usr/lib/auto-07p/cmds/@fl is in auto-07p 0.9.1+dfsg-1.
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 Mult d.$1
else
grep Mult fort.9
fi
|