mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
env: add custom 0th argument example (#16834)
This commit is contained in:
@@ -26,3 +26,7 @@
|
||||
- Set one or more variables and run a program:
|
||||
|
||||
`env {{variable1=value variable2=value variable3=value ...}} {{program}}`
|
||||
|
||||
- Run a program under a different name:
|
||||
|
||||
`env {{[-a|--argv0]}} {{custom_name}} {{program}}`
|
||||
|
||||
Reference in New Issue
Block a user