From b792e3cab0f2f58968f277e06222084a0591cef4 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:16:13 +0200 Subject: [PATCH] time: update page (#10443) * time: update page --------- Co-authored-by: K.B.Dharun Krishna --- pages/common/time.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/common/time.md b/pages/common/time.md index 2264b378ca..aba01a06f1 100644 --- a/pages/common/time.md +++ b/pages/common/time.md @@ -1,8 +1,9 @@ # time -> See how long a command takes. +> Measure how long a command took to run. +> Note: `time` can either exist as a shell builtin, a standalone program or both. > More information: . -- Time "ls": +- Run the `command` and print the time measurements to `stdout`: -`time ls` +`time {{command}}`