From 6bd624c16c1574178de41b244bcf8d0928a3dd2d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:51:03 +0300 Subject: [PATCH] time: add stopwatch example (#13990) --- pages/common/time.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/time.md b/pages/common/time.md index aba01a06f1..317dcfaf45 100644 --- a/pages/common/time.md +++ b/pages/common/time.md @@ -7,3 +7,7 @@ - Run the `command` and print the time measurements to `stdout`: `time {{command}}` + +- Create a very simple stopwatch (only works in bash): + +`time read`