Getting size of a directory using du

Get the size of the current directory (.) or another one (foldername) with du command.

 bash | 
 
 copy code |
?

1
du -sh . 
2
du -sh foldername