mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 04:35:44 +02:00
fc-list: add page
Fixes issue #978. I know that the format is not the right one, but I wanted to use the same style as in fc-match and fc-pattern.
This commit is contained in:
parent
190f8bc5b1
commit
304d01d1c0
1 changed files with 7 additions and 0 deletions
7
pages/linux/fc-list.md
Normal file
7
pages/linux/fc-list.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# fc-list
|
||||||
|
|
||||||
|
> List available fonts installed on the system.
|
||||||
|
|
||||||
|
- Return a list of installed fonts with given name:
|
||||||
|
|
||||||
|
`fc-list | grep '{{Font Name}}'`
|
Loading…
Add table
Reference in a new issue