mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 19:35:41 +02:00
Merge branch 'chuanconggao-env'
This commit is contained in:
commit
dbda7e47a6
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
`env`
|
`env`
|
||||||
|
|
||||||
|
- Run a program. Often used in scripts after the shebang (#!) for looking up the path to the program:
|
||||||
|
|
||||||
|
`env {{program}}`
|
||||||
|
|
||||||
- Clear the environment and run a program:
|
- Clear the environment and run a program:
|
||||||
|
|
||||||
`env -i {{program}}`
|
`env -i {{program}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue