From 7339183bf15f93a87485e71492ed7cee9f394af1 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Thu, 14 May 2026 01:00:15 +0200 Subject: [PATCH] Add 'time' command to terminal usage documentation --- docs/usage/terminal.md | 1 + 1 file changed, 1 insertion(+) 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. | ---