mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
time: add stopwatch example (#13990)
This commit is contained in:
parent
1d558bb09d
commit
6bd624c16c
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@
|
||||||
- Run the `command` and print the time measurements to `stdout`:
|
- Run the `command` and print the time measurements to `stdout`:
|
||||||
|
|
||||||
`time {{command}}`
|
`time {{command}}`
|
||||||
|
|
||||||
|
- Create a very simple stopwatch (only works in bash):
|
||||||
|
|
||||||
|
`time read`
|
||||||
|
|
Loading…
Add table
Reference in a new issue