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)