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:
parent
db2b5eeaf6
commit
1ac2eb6f59
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- 启用反斜杠转义的解释(特殊字符):
|
||||
|
||||
`echo -e "{{Column 1\tColumn 2}}"`
|
||||
|
||||
- 输出执行的上一条指令的退出状态(注:在 Windows 命令提示符和 PowerShell 中,对应的命令分别是 `echo %errorlevel%` 和 `$lastexitcode`):
|
||||
|
||||
`echo $?`
|
||||
|
|
Loading…
Add table
Reference in a new issue