mirror of https://github.com/CrimsonTome/tldr.git
265 B
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 tostdout
:
time {{command}}