Function: eshell-group-name
eshell-group-name is a byte-compiled function defined in
esh-util.el.gz.
Signature
(eshell-group-name GID)
Documentation
Return the group name for the given GID.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defsubst eshell-group-name (gid)
"Return the group name for the given GID."
(cdr (assoc gid (eshell-read-group-names))))