Fix env description and add eval for 🇬🇧 pals

pull/618/head
Julien Jerphanion (@jjerphan) 2019-06-02 19:46:21 +02:00
parent 84482aa24d
commit 8037712f6d
No known key found for this signature in database
GPG Key ID: 56B690A97C2E35B8
1 changed files with 3 additions and 1 deletions

View File

@ -412,7 +412,9 @@ A few examples of piecing together commands:
- `cal`: nice calendar
- `env`: run a command (useful in scripts)
- `env`: run a program in a modified environment
- `eval`: run a string as command in a subshell (useful in scripts)
- `printenv`: print out environment variables (useful in debugging and scripts)