Function: pcomplete/tee

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

Signature

(pcomplete/tee)

Documentation

Completion for the tee command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload(defalias (intern "pcomplete/[") 'pcomplete/test)

;;;###autoload
(defun pcomplete/tee ()
  "Completion for the `tee' command."
  (pcomplete-here-using-help "tee --help"))