mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00

* time: update page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
9 lines
265 B
Markdown
9 lines
265 B
Markdown
# time
|
|
|
|
> Measure how long a command took to run.
|
|
> Note: `time` can either exist as a shell builtin, a standalone program or both.
|
|
> More information: <https://manned.org/time>.
|
|
|
|
- Run the `command` and print the time measurements to `stdout`:
|
|
|
|
`time {{command}}`
|