1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:02:09 +02:00
tldr/pages.nl/common/time.md
2024-06-18 22:00:00 +02:00

9 lines
298 B
Markdown

# time
> Meet hoe lang het uitvoeren van een commando duurt.
> Let op: `time` kan ofwel bestaan als een shell builtin, een op zichzelf staand programma of beide.
> Meer informatie: <https://manned.org/time>.
- Voer het `commando` uit en print de tijdmetingen naar `stdout`::
`time {{commando}}`