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

Merge branch 'chuanconggao-env'

This commit is contained in:
Ruben Vereecken 2016-01-21 13:33:02 +01:00
commit dbda7e47a6

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