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

12
pages.zh/common/ifne.md Normal file
View File

@@ -0,0 +1,12 @@
# ifne
> 根据 `stdin` 的是否为空来运行命令。
> 更多信息:<https://joeyh.name/code/moreutils/>.
- 仅当 `stdin` 不为空时运行指定的命令:
`ifne {{command options ...}}`
- 仅当 `stdin` 为空时运行指定的命令,否则将 `stdin` 传递给 `stdout`
`ifne -n {{command options ...}}`