Variable: eshell-plain-grep-behavior
eshell-plain-grep-behavior is a customizable variable defined in
em-unix.el.gz.
Value
nil
Documentation
If non-nil, standalone "grep" commands will behave normally.
Standalone in this context means not redirected, and not on the receiving side of a command pipeline.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defcustom eshell-plain-grep-behavior nil
"If non-nil, standalone \"grep\" commands will behave normally.
Standalone in this context means not redirected, and not on the
receiving side of a command pipeline."
:type 'boolean
:group 'eshell-unix)