mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 02:12:16 +03:00
Merge branch 'env' of git://github.com/chuanconggao/tldr into chuanconggao-env
Conflicts: pages/common/env.md
This commit is contained in:
commit
ea65d15a02
@ -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…
Reference in New Issue
Block a user