mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 04:56:12 +00:00
Update cheatsheets
This commit is contained in:
21
fc-list
Normal file
21
fc-list
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fc-list
|
||||
|
||||
> List available fonts installed on the system.
|
||||
> More information: <https://manned.org/fc-list>.
|
||||
|
||||
- Return a list of installed fonts in your system:
|
||||
|
||||
`fc-list`
|
||||
|
||||
- Return a list of installed fonts with given name:
|
||||
|
||||
`fc-list | grep '{{DejaVu Serif}}'`
|
||||
|
||||
- Return the number of installed fonts in your system:
|
||||
|
||||
`fc-list | wc -l`
|
||||
Reference in New Issue
Block a user