mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 16:54:01 +00:00
Update cheatsheets
This commit is contained in:
14
time
Normal file
14
time
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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: <https://manned.org/time>.
|
||||
|
||||
- Run the `command` and print the time measurements to `stdout`:
|
||||
|
||||
`time {{command}}`
|
||||
Reference in New Issue
Block a user