From 8037712f6dd347fca2118e007a035adc69863ebb Mon Sep 17 00:00:00 2001 From: "Julien Jerphanion (@jjerphan)" Date: Sun, 2 Jun 2019 19:46:21 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20env=20description=20and=20add=20eval=20fo?= =?UTF-8?q?r=20=F0=9F=87=AC=F0=9F=87=A7=20pals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff73938..ca56d9f 100755 --- a/README.md +++ b/README.md @@ -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)