diff --git a/pages/common/time.md b/pages/common/time.md index aba01a06f1..317dcfaf45 100644 --- a/pages/common/time.md +++ b/pages/common/time.md @@ -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`