1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

fc-cache: add new page (#3452)

This commit is contained in:
Jesser Sison 2019-10-21 13:46:05 -07:00 committed by Marco Bonelli
parent 4d8a24c6a5
commit 6cce30d20a

15
pages/linux/fc-cache.md Normal file
View file

@ -0,0 +1,15 @@
# 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`