October 1, 2025
2025 · code bash · sample-posts
Showing file/directory size on the current directory.
```bash du -sh * | sort -h ```