2021年4月3日 星期六

Get meaningful or WYSIWYG usage by du

 If you just use the following command, you get "disk usage" not "the actual file or folder size".

# du -h --max-depth=1

So add --apparent-size arguments

# du -h --apparent-size --max-depth=1