Update README-zh.md

`eval` is the evaluating command name. not `env`
pull/880/head
icantryi 2024-03-13 23:47:30 +01:00 committed by GitHub
parent 6b50745d2e
commit 77e80c313a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- `cal`:漂亮的日历
- `env`:执行一个命令(脚本文件中很有用)
- `eval`:执行一个命令(脚本文件中很有用)
- `printenv`:打印环境变量(调试时或在写脚本文件时很有用)