1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages.nl/common/exec.md
Sebastiaan Speck b970639daf
exec: add Dutch translation (#13361)
exec:  Dutch translation
2024-08-13 00:27:59 +02:00

8 lines
238 B
Markdown

# exec
> Voer een commando uit zonder een child-proces te creëren.
> Meer informatie: <https://manned.org/exec.1posix>.
- Voer een specifiek commando uit met behulp van de huidige omgevingsvariabelen:
`exec {{commando -with -flags}}`