Merge branch 'env' of git://github.com/chuanconggao/tldr into chuanconggao-env

Conflicts:
	pages/common/env.md
waldyrious/alt-syntax
Ruben Vereecken 2016-01-21 13:32:55 +01:00
commit ea65d15a02
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
`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:
`env -i {{program}}`