mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 15:55:35 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/env
4
tldr/env
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Clear the environment and run a program:
|
||||
|
||||
`env -i {{program}}`
|
||||
`env {{[-i|--ignore-environment]}} {{program}}`
|
||||
|
||||
- Remove variable from the environment and run a program:
|
||||
|
||||
`env -u {{variable}} {{program}}`
|
||||
`env {{[-u|--unset]}} {{variable}} {{program}}`
|
||||
|
||||
- Set a variable and run a program:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user