1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:26:04 +02:00

env: add multi var set example (#4331)

This commit is contained in:
Donovan Mueller 2020-09-11 04:18:16 -07:00 committed by GitHub
parent 693ff4a00d
commit f145e33a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,3 +21,7 @@
- Set a variable and run a program:
`env {{variable}}={{value}} {{program}}`
- Set multiple variables and run a program:
`env {{variable1}}={{value}} {{variable2}}={{value}} {{variable3}}={{value}} {{program}}`