--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # 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: . - Run the `command` and print the time measurements to `stdout`: `time {{command}}`