mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:55:33 +02:00
env: add custom 0th argument example (#16834)
This commit is contained in:
parent
711d44cc65
commit
2a2fac9939
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
||||||
- Set one or more variables and run a program:
|
- Set one or more variables and run a program:
|
||||||
|
|
||||||
`env {{variable1=value variable2=value variable3=value ...}} {{program}}`
|
`env {{variable1=value variable2=value variable3=value ...}} {{program}}`
|
||||||
|
|
||||||
|
- Run a program under a different name:
|
||||||
|
|
||||||
|
`env {{[-a|--argv0]}} {{custom_name}} {{program}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue