# HG changeset patch # User Oleksandr Gavenko # Date 1445460433 -10800 # Node ID f25b62528baaf8f768c12ff6fbce3e59ba485a51 # Parent b638d2b23ec9972e5b765e98c4fcccf4147d67a8 Show size in bytes by find-dired command. diff -r b638d2b23ec9 -r f25b62528baa .emacs-my --- a/.emacs-my Wed Oct 14 21:19:21 2015 +0300 +++ b/.emacs-my Wed Oct 21 23:47:13 2015 +0300 @@ -678,7 +678,7 @@ ;; (setq find-ls-option '("-ls" . "")) ;; So I use next expression, which work with GNU find, I replace %s with '0' ;; to avoid unnecessary sys calls and this make output aligned by column: -(setq find-ls-option '("-printf ' -rw-rw-rw- 0 %AY-%Am-%Ad %AH:%AM %p\n'" . "")) +(setq find-ls-option '("-printf ' -rw-rw-rw- %9s %AY-%Am-%Ad %AH:%AM %p\n'" . "")) ;; Do not set t because some grep do not has --color options. (setq grep-highlight-matches nil)