add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# unset
> Shell 变量或函数。
> 更多信息<https://manned.org/unset>.
> shell 变量或函数。
> 更多信息: <https://manned.org/unset>
- 除变量 `foo`,如果变量不存在则删除函数 `foo`
- 除变量 `foo`,如果变量不存在,则移除函数 `foo`
`unset {{foo}}`
- 除变量 foo 和 bar
- 除变量 foo 和 bar
`unset -v {{foo}} {{bar}}`
- 除函数 my_func
- 除函数 my_func
`unset -f {{my_func}}`
`unset -f {{my_func}}`