Function: eshell/grep
eshell/grep is a byte-compiled function defined in em-unix.el.gz.
Signature
(eshell/grep &rest ARGS)
Documentation
Use Emacs grep facility instead of calling external grep.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defun eshell/grep (&rest args)
"Use Emacs grep facility instead of calling external grep."
(eshell-grep "grep" args t))