Variable: eshell-in-pipeline-p
eshell-in-pipeline-p is a variable defined in esh-cmd.el.gz.
Value
nil
Documentation
Internal Eshell variable, non-nil inside a pipeline.
Has the value first, last for the first/last commands in the pipeline,
otherwise t.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-in-pipeline-p nil
"Internal Eshell variable, non-nil inside a pipeline.
Has the value `first', `last' for the first/last commands in the pipeline,
otherwise t.")