PowerShell: Show size of a folder
When doing a project and watching the progress, e. g. when copying very many files or very large ones, you want to know the size of a folder.
On Linux, you can use df:
# du -sh /u01
And if you want to keep this information updated, you can use watch