Function: eshell-read-group-names

eshell-read-group-names is a byte-compiled function defined in esh-util.el.gz.

Signature

(eshell-read-group-names)

Documentation

Read the contents of /etc/group for group names.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defun eshell-read-group-names ()
  "Read the contents of /etc/group for group names."
  (if eshell-group-file
      (eshell-read-passwd eshell-group-file 'eshell-group-names
			  'eshell-group-timestamp)))