Published
- 1 min read
how to print currentint directory size on linxu
The solution for this is noted below
how to print currentint directory size on linxu
Solution
# -s: size -h: human readable format
# leave <dir-name> empty if you want the size of current directory: du -sh
du -sh <dir-name>
Try other methods by searching on the site. That is if this doesn’t work