1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-18 03:22:07 +02:00

Update README.md

`eval` to run a command not `env`
This commit is contained in:
icantryi 2024-03-13 23:50:13 +01:00 committed by GitHub
parent 6b50745d2e
commit 73aab5da1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)