Living in the Shell #18; du (Report Directory Size)
du ๐ฝ
Reports disk usage.
See summarized directory size -s
du -s ~/Downloads
11732700 /home/babak/Downloads
Note that the result is in kilobytes.
Human-readable size values -h
du -sh ~/Downloads
12G /home/babak/Downloads
Exclude file...
babakks.hashnode.dev1 min read