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/tic.md Normal file
View File

@@ -0,0 +1,16 @@
# tic
> 编译终端信息并为 ncurses 安装。
> 更多信息:<https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html>。
- 为终端编译并安装终端信息:
`tic -xe {{terminal}} {{path/to/terminal.info}}`
- 检查终端信息文件的错误:
`tic -c {{path/to/terminal.info}}`
- 打印数据库位置:
`tic -D`