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

16
pages.zh/linux/xrdb.md Normal file
View File

@@ -0,0 +1,16 @@
# xrdb
> X窗口服务器的资源数据库工具适用于类Unix系统。
> 更多信息:<https://www.x.org/releases/X11R7.7/doc/man/man1/xrdb.1.xhtml>。
- 以交互模式启动`xrdb`
`xrdb`
- 从资源文件加载值(例如样式规则):
`xrdb -load {{~/.Xresources}}`
- 查询资源数据库并打印当前设置的值:
`xrdb -query`