From 73aab5da1b46106e886d0567422bfff292663090 Mon Sep 17 00:00:00 2001 From: icantryi <163357819+icantryi@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:50:13 +0100 Subject: [PATCH] Update README.md `eval` to run a command not `env` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1109d5..0fcc2fa 100755 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ A few examples of piecing together commands: - `cal`: nice calendar -- `env`: run a command (useful in scripts) +- `eval`: run a command (useful in scripts) - `printenv`: print out environment variables (useful in debugging and scripts)