Show size in bytes by find-dired command.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 21 Oct 2015 23:47:13 +0300
changeset 1298 f25b62528baa
parent 1297 b638d2b23ec9
child 1299 b3c9f1e790eb
Show size in bytes by find-dired command.
.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)