This file is indexed.

/usr/bin/rxrx is in libregexp-debugger-perl 0.002001-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
 7
 8
 9
10
11
12
13
14
15
#!/usr/bin/perl 
use Regexp::Debugger;
Regexp::Debugger::rxrx(@ARGV);

__END__

=head1 NAME

rxrx - command-line REPL and wrapper for Regexp::Debugger

=head1 DESCRIPTION

See the documentation of L<Regexp::Debugger>.

=cut