zypper, fc-list, fc-cache: add Chinese translation (#4154)

This commit is contained in:
Flex Zhong
2020-07-07 02:30:04 +08:00
committed by GitHub
parent 7c8ffa3e15
commit 2786ad9aa2
3 changed files with 53 additions and 0 deletions

15
pages.zh/linux/fc-list.md Normal file
View File

@@ -0,0 +1,15 @@
# fc-list
> 列出系统上安装的可用字体。
- 返回系统中已安装字体的列表:
`fc-list`
- 返回具有给定名称的已安装字体的列表:
`fc-list | grep '{{DejaVu Serif}}'`
- 返回系统中已安装字体的数量:
`fc-list | wc -l`