Variable: tramp-ls-file-attributes
tramp-ls-file-attributes is a variable defined in tramp-sh.el.gz.
Value
"%s -ild %s \"$1\" || return\n%s -lnd%s %s \"$1\""
Documentation
Shell function to produce output suitable for use with file-attributes
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-ls-file-attributes
"%s -ild %s \"$1\" || return\n%s -lnd%s %s \"$1\""
"Shell function to produce output suitable for use with `file-attributes'
on the remote file system.
Format specifiers are replaced by `tramp-expand-script', percent
characters need to be doubled.")