1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

echo: update Chinese translation (#11336)

This commit is contained in:
HCAHOI 2023-11-01 02:33:04 +08:00 committed by GitHub
parent db2b5eeaf6
commit 1ac2eb6f59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,7 @@
- 启用反斜杠转义的解释(特殊字符):
`echo -e "{{Column 1\tColumn 2}}"`
- 输出执行的上一条指令的退出状态(注:在 Windows 命令提示符和 PowerShell 中,对应的命令分别是 `echo %errorlevel%``$lastexitcode`):
`echo $?`