I want to get the size of a folder I'm working on and I've tried the following:
right-click and check folder's properties (105.8MB)
Commands directly in terminal:
- du -hsc * (last line where total appears 105MB)
- du -sch (last line where total appears 418MB)
method from this answer: Calculating a directory size using Python? (418MB)
Why am I getting such different sizes?