1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 11:35:45 +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:
Michael Koppmann 2016-09-28 03:47:15 +02:00 committed by GitHub
parent 190f8bc5b1
commit 304d01d1c0

7
pages/linux/fc-list.md Normal file
View 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}}'`