In case, the target contains symbolic links, a plain "du -sh" won't actually tell you what you want.
Therefore, you need to de-reference the symbolic links to get the actual filesize of its target:
Code: Select all
$ du -shL
Code: Select all
$ du -shL