common/z*: add Chinese translation (#14773)

* common/z*: add Chinese translation

* Update zoxide.md

* Update zoxide.md
This commit is contained in:
Jin
2024-12-04 01:52:45 -05:00
committed by GitHub
parent bfb80d23f3
commit e5305a1865
44 changed files with 830 additions and 0 deletions

8
pages.zh/common/zrun.md Normal file
View File

@@ -0,0 +1,8 @@
# zrun
> 透明地将压缩的参数文件解压缩并传递给某个命令。
> 更多信息:<https://joeyh.name/code/moreutils/>.
- 使用解压后的压缩参数文件运行指定命令:
`zrun {{cat 路径/到/文件1.gz 路径/到/文件2.bz2 ...}}`