1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages.nl/common/export.md
Sebastiaan Speck ebda63a0a9
export: add Dutch translation (#13359)
export:  Dutch translation
2024-08-13 00:30:11 +02:00

12 lines
285 B
Markdown

# export
> Exporteer shellvariabelen naar child-processen.
> Meer informatie: <https://manned.org/export.1posix>.
- Stel een omgevingsvariabele in:
`export {{VARIABELE}}={{waarde}}`
- Voeg een pad toe aan de omgevingsvariabele `PATH`:
`export PATH=$PATH:{{pad/om/toe_te_voegen}}`