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. The "%s" format specifiers are replaced when called in tramp-do-file-attributes-with-ls.

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.  The \"%s\" format specifiers are replaced
when called in `tramp-do-file-attributes-with-ls'.")