Function: pcomplete/shuf

pcomplete/shuf is an autoloaded and byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcomplete/shuf)

Documentation

Completion for the shuf command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/shuf ()
  "Completion for the `shuf' command."
  (pcomplete-here-using-help "shuf --help"))