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

25
pages.zh/linux/urxvt.md Normal file
View File

@@ -0,0 +1,25 @@
# urxvt
> Rxvt-unicode.
> 一个可定制的终端仿真器。
> 更多信息:<https://manned.org/urxvt>。
- 打开一个新的 urxvt 窗口:
`urxvt`
- 在特定目录中运行:
`urxvt -cd {{path/to/directory}}`
- 在新的 urxvt 窗口中运行一个命令:
`urxvt -e {{command}}`
- 运行一个命令并保持窗口打开:
`urxvt --hold -e {{command}}`
-`sh` shell 中运行一个命令:
`urxvt -e {{sh}} -c {{command}}`