Files
cheatsheet-tldr/tldr/fc-cache
2025-04-23 00:19:06 +00:00

22 lines
462 B
Plaintext

---
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|--force]}}`
- Erase font cache files, then generate new font cache files:
`fc-cache {{[-r|--really-force]}}`