Variable: insert-directory-program

insert-directory-program is a variable defined in files.el.gz.

Value

"ls"

Documentation

Absolute or relative name of the ls-like program.

This is used by insert-directory and dired-insert-directory
(thus, also by dired).

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar insert-directory-program (purecopy "ls")
  "Absolute or relative name of the `ls'-like program.
This is used by `insert-directory' and `dired-insert-directory'
\(thus, also by `dired').")