feat(cli): add du command for disk usage reporting

This commit is contained in:
zeyad
2026-05-12 20:32:20 +00:00
parent 1ccc86ea41
commit a6118e8d21
3 changed files with 294 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ Below are some of the most used commands available in `/bin`:
| `mkdir` | Create a new directory. |
| `man` | View the manual for a specific command (e.g., `man ls`). |
| `lsblk` | List block devices and partitions with size, type, filesystem, label, and flags. |
| `du` | Report disk usage for files and directories, recursively. |
| `sysfetch` | Display system and hardware information. |