diff --git a/docs/usage/terminal.md b/docs/usage/terminal.md index 8cf7b37..5f84cf2 100644 --- a/docs/usage/terminal.md +++ b/docs/usage/terminal.md @@ -132,6 +132,7 @@ Below are some of the most used commands available in `/bin`: | `lsblk` | List block devices and partitions. | | `du` | Report disk usage for files and directories. | | `sysfetch` | Display system information and BoredOS branding. | +| `time` | Measure command execution time. | ---