Variable: eshell-no-grep-available
eshell-no-grep-available is a customizable variable defined in
em-unix.el.gz.
Value
nil
Documentation
If non-nil, no grep is available on the current machine.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defcustom eshell-no-grep-available (not (eshell-search-path "grep"))
"If non-nil, no grep is available on the current machine."
:type 'boolean
:group 'eshell-unix)