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
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
張貼者: Beaktsao 於 上午10:41
沒有留言:
張貼留言