1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:22:06 +02:00
tldr/pages/common/time.md
Lena b792e3cab0
time: update page (#10443)
* time: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:46:13 +05:30

265 B

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}}