Add 'time' command to terminal usage documentation

This commit is contained in:
Lluciocc 2026-05-14 01:00:15 +02:00 committed by GitHub
parent 7d1426de46
commit 7339183bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. |
---