mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-20 03:35:42 +02:00
* time: update page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
265 B
265 B
time
Measure how long a command took to run. Note:
timecan either exist as a shell builtin, a standalone program or both. More information: https://manned.org/time.
- Run the
commandand print the time measurements tostdout:
time {{command}}