mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 22:15:38 +02:00
fc-list: add 2 new commands and examples (#3436)
This commit is contained in:
parent
ecebc82020
commit
7eb53efa9f
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
> List available fonts installed on the system.
|
> List available fonts installed on the system.
|
||||||
|
|
||||||
|
- Return a list of installed fonts in your system:
|
||||||
|
|
||||||
|
`fc-list`
|
||||||
|
|
||||||
- Return a list of installed fonts with given name:
|
- Return a list of installed fonts with given name:
|
||||||
|
|
||||||
`fc-list | grep '{{DejaVu Serif}}'`
|
`fc-list | grep '{{DejaVu Serif}}'`
|
||||||
|
|
||||||
|
- Return the number of installed fonts in your system:
|
||||||
|
|
||||||
|
`fc-list | wc -l`
|
||||||
|
|
Loading…
Add table
Reference in a new issue