1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

time: add stopwatch example (#13990)

This commit is contained in:
Managor 2024-10-11 22:51:03 +03:00 committed by GitHub
parent 1d558bb09d
commit 6bd624c16c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,3 +7,7 @@
- Run the `command` and print the time measurements to `stdout`:
`time {{command}}`
- Create a very simple stopwatch (only works in bash):
`time read`