How to Check Directory Size in Ubuntu
To check the size of a directory in Ubuntu, you can use the du command. This command stands for "disk usage" and it shows the amount of disk space used by the specified files or directories.
Options:
-h , --human-readable
-s, --summarize
-a, --all
...
howtouselinux.hashnode.dev1 min read