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