mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-20 03:15:44 +02:00
355 B
355 B
time
Measure how long a command took to run. Note:
timecan either exist as a shell builtin, a standalone program or both. See also:times. More information: https://manned.org/time.
- Run the
commandand print the time measurements tostdout:
time {{command}}
- Create a very simple stopwatch (only works in Bash):
time read