Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/libexec
File: grepconf.sh
#!/bin/sh
[0] Fix | Delete
[1] Fix | Delete
case "$1" in
[2] Fix | Delete
-c | --interactive-color)
[3] Fix | Delete
! grep -qsi "^COLOR.*none" /etc/GREP_COLORS
[4] Fix | Delete
;;
[5] Fix | Delete
*)
[6] Fix | Delete
echo >&2 "Invalid / no option passed, so far only -c | --interactive-color is supported."
[7] Fix | Delete
exit 1
[8] Fix | Delete
;;
[9] Fix | Delete
esac
[10] Fix | Delete
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function