These are useful for recursive grepping to avoid (slow and useless) printing spurious matches in binary files (such as images). OpenBSD grep supports "-I" to ignore binary files: https://man.openbsd.org/grep.1 FreeBSD grep supports both "-I" and "--exclude": https://www.freebsd.org/cgi/man.cgi?query=grep&sektion=&n=1