Δ
Size: a a a
Δ
S
VL
$ find vim -type f \( -iname '*.c' -o -iname '*.h' \) -exec du -c \{\} \+ | tail -n 1
12220 total
$ find emacs-26.3/ -type f \( -iname '*.c' -o -iname '*.h' \) -exec du -c \{\} \+ | tail -n 1
14484 total
VL
Δ
S
VL
$ find vim -type f \( -iname '*.c' -o -iname '*.h' \) -exec du -c \{\} \+ | tail -n 1
12220 total
$ find emacs-26.3/ -type f \( -iname '*.c' -o -iname '*.h' \) -exec du -c \{\} \+ | tail -n 1
14484 total
VL
PG
$ find vim -type f \( -iname '*.c' -o -iname '*.h' \) -exec du -c \{\} \+ | tail -n 1
12220 total
$ find emacs-26.3/ -type f \( -iname '*.c' -o -iname '*.h' \) -exec du -c \{\} \+ | tail -n 1
14484 total
VL
VL
d
S
d
A
S
A
S
d
S