Function: pcomplete/cut
pcomplete/cut is an autoloaded and byte-compiled function defined in
pcmpl-unix.el.gz.
Signature
(pcomplete/cut)
Documentation
Completion for the cut command.
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/cut ()
"Completion for the `cut' command."
(pcomplete-here-using-help "cut --help"))