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:
parent
4d8a24c6a5
commit
6cce30d20a
1 changed files with 15 additions and 0 deletions
15
pages/linux/fc-cache.md
Normal file
15
pages/linux/fc-cache.md
Normal 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`
|
Loading…
Add table
Reference in a new issue