mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00
15 lines
292 B
Markdown
15 lines
292 B
Markdown
# fc-cache
|
|
|
|
> Scan font directories in order to build font cache files.
|
|
|
|
- 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`
|