mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:02:07 +02:00
238 B
238 B
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}}