Variable: eshell-plain-locate-behavior
eshell-plain-locate-behavior is a customizable variable defined in
em-unix.el.gz.
Value
nil
Documentation
If non-nil, standalone "locate" 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-locate-behavior (featurep 'xemacs)
"If non-nil, standalone \"locate\" 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)