mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 03:49:04 +00:00
Update cheatsheets
This commit is contained in:
21
fc-cache
Normal file
21
fc-cache
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fc-cache
|
||||
|
||||
> Scan font directories to build font cache files.
|
||||
> More information: <https://manned.org/fc-cache>.
|
||||
|
||||
- Generate font cache files:
|
||||
|
||||
`fc-cache`
|
||||
|
||||
- Force a rebuild of all font cache files, without checking if cache is up-to-date:
|
||||
|
||||
`fc-cache -f`
|
||||
|
||||
- Erase font cache files, then generate new font cache files:
|
||||
|
||||
`fc-cache -r`
|
||||
Reference in New Issue
Block a user