This file is indexed.

/usr/share/elvis/scripts/find.ex is in elvis-common 2.2.0-11.1.

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
"This script defines a :find alias.  It repeats the previous search in the
"current file, or if that fails then it tries the next file.
alias find {
 " repeat previous search in this file, or in :next file if that fails
 try /
 else {
  next
  /
}