1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages.nl/common/time.md
Sebastiaan Speck f315ef5e0b
pages.nl/*: update Dutch translations
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:16 +05:30

9 lines
301 B
Markdown

# time
> Meet hoe lang het uitvoeren van een commando duurt.
> Opmerking: `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}}`