mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 05:55:41 +02:00
printenv: add Dutch translation (#13158)
This commit is contained in:
parent
67af0abb91
commit
709c6c79b1
1 changed files with 16 additions and 0 deletions
16
pages.nl/common/printenv.md
Normal file
16
pages.nl/common/printenv.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# printenv
|
||||
|
||||
> Toon waarden van alle of specifieke omgevingsvariabelen.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/printenv>.
|
||||
|
||||
- Toon key-value paren van alle omgevingsvariabelen:
|
||||
|
||||
`printenv`
|
||||
|
||||
- Toon de waarde van een specifieke variabele:
|
||||
|
||||
`printenv {{HOME}}`
|
||||
|
||||
- Toon de waarde van een variabele en eindig met NUL in plaats van een nieuwe regel:
|
||||
|
||||
`printenv --null {{HOME}}`
|
Loading…
Add table
Reference in a new issue