diff --git a/pages.nl/common/time.md b/pages.nl/common/time.md index 22945575de..3120e582b6 100644 --- a/pages.nl/common/time.md +++ b/pages.nl/common/time.md @@ -7,3 +7,7 @@ - Voer het `commando` uit en print de tijdmetingen naar `stdout`:: `time {{commando}}` + +- Maak een eenvoudige stopwatch (werkt alleen in Bash): + +`time read` diff --git a/pages/common/time.md b/pages/common/time.md index 317dcfaf45..af8c596aa1 100644 --- a/pages/common/time.md +++ b/pages/common/time.md @@ -8,6 +8,6 @@ `time {{command}}` -- Create a very simple stopwatch (only works in bash): +- Create a very simple stopwatch (only works in Bash): `time read`