Variable: ls-lisp-filesize-b-fmt

ls-lisp-filesize-b-fmt is a variable defined in ls-lisp.el.gz.

Value

" %.0f"

Documentation

Format to display file sizes in blocks (for the -s switch).

Source Code

;; Defined in /usr/src/emacs/lisp/ls-lisp.el.gz
(defvar ls-lisp-filesize-b-fmt " %.0f"
  "Format to display file sizes in blocks (for the -s switch).")