Get the size of the current directory (.) or another one (foldername) with du command.
du -sh .
du -sh foldername
Tag: du
-
Getting size of a directory using du
Get the size of the current directory (.) or another one (foldername) with du command.
du -sh .
du -sh foldername