Variable: tramp-readlink-file-truename

tramp-readlink-file-truename is a variable defined in tramp-sh.el.gz.

Value

"if %m -h \"$1\"; then echo t; else echo nil; fi\n%r \"$1\""

Documentation

Shell script to produce output suitable for use with file-truename on the remote file system. Format specifiers are replaced by tramp-expand-script, percent characters need to be doubled.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defconst tramp-readlink-file-truename
  "if %m -h \"$1\"; then echo t; else echo nil; fi
%r \"$1\""
  "Shell script to produce output suitable for use with `file-truename'
on the remote file system.
Format specifiers are replaced by `tramp-expand-script', percent
characters need to be doubled.")