commands.sh

time

all

Measure how long a command took to run. Note: `time` can either exist as a shell builtin, a standalone program, or both. See also: `times`.

More info →

Examples (2)

Run the `command` and print the time measurements to `stdout`

Create a very simple stopwatch (only works in Bash)

made by @shridhargupta | data from tldr-pages