Function: tramp-get-remote-inotifywait

tramp-get-remote-inotifywait is a byte-compiled function defined in tramp-sh.el.gz.

Signature

(tramp-get-remote-inotifywait VEC)

Documentation

Determine remote inotifywait command.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defun tramp-get-remote-inotifywait (vec)
  "Determine remote `inotifywait' command."
  (with-tramp-connection-property vec "inotifywait"
    (tramp-message vec 5 "Finding a suitable `inotifywait' command")
    (tramp-find-executable vec "inotifywait" (tramp-get-remote-path vec) t t)))