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


Posted

in

by

Tags: