time - execute a command and print timing statistics

Usage: time [options] COMMAND [ARG...]

Runs COMMAND with ARGs and then prints elapsed user, sleep and system times.

Example

sxx
time whoami

Options

long option short option description
‑‑help ‑h Print help and exit.

Implementation

Reference