Get Total Directory Size via Command Line
Jul 15, 2022 17:00 · 125 words · 1 minute read
For that, we can use du
, a command line tool to display disk usage statistics. du
comes pre-installed on all Linux & macOS machines.
|
|
(via man du
)
- You are in control
- My Favorite Shortcuts for VS Code
- Customizing my shell: From bash to zsh to fish
- JSON5: JSON with comments (and more!)
- jq: Analyzing JSON data on the command line
- Changing DNS server for Huawei LTE router
- Notes on Job & Career Development
- Adding full-text search to a static site (= no backend needed)
- Generating a random string on Linux & macOS
- Caddy web server: Why use it? How to use it?