1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:55:34 +02:00

env: add custom 0th argument example (#16834)

This commit is contained in:
Managor 2025-06-14 23:04:49 +03:00 committed by GitHub
parent 711d44cc65
commit 2a2fac9939
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`