mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 03:22:08 +02:00
334 B
334 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 tostdout
:
time {{command}}
- Create a very simple stopwatch (only works in Bash):
time read