tldr/pages/common/time.md

10 lines
265 B
Markdown
Raw Normal View History

2014-06-12 00:28:05 +01:00
# 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>.
2014-06-12 00:28:05 +01:00
- Run the `command` and print the time measurements to `stdout`:
2014-06-12 00:28:05 +01:00
`time {{command}}`