meteor-cleaner icon indicating copy to clipboard operation
meteor-cleaner copied to clipboard

Directory size deviates from what `du -sh` computes

Open klaussner opened this issue 8 years ago • 0 comments

The directorySize function returns a smaller value than du -sh. On macOS, it seems to deviate more than on Linux.

Linux example:

meteor-cleaner: 9.98 GiB
du -sh: 10 GiB

macOS example:

meteor-cleaner: 3.74 GiB
du -sh: 5.1 GiB

klaussner avatar Aug 06 '17 16:08 klaussner