/usr/libexec
NameSizeModeActions
awk/-0755rm
coreutils/-0755rm
dovecot/-0755rm
gcc/-0755rm
getconf/-0755rm
git-core/-0755rm
mc/-0755rm
openldap/-0755rm
openssh/-0755rm
utempter/-0755rm
grepconf.sh2530755editdlrm
platform-python3.6118720755editdlrm
platform-python3.6m118720755editdlrm
Edit: /usr/libexec/grepconf.sh (253B)
#!/bin/sh case "$1" in -c | --interactive-color) ! grep -qsi "^COLOR.*none" /etc/GREP_COLORS ;; *) echo >&2 "Invalid / no option passed, so far only -c | --interactive-color is supported." exit 1 ;; esac