1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 03:15:23 +02:00
tldr/pages/common/fc-cache.md

33 lines
659 B
Markdown
Raw Normal View History

2019-10-21 13:46:05 -07:00
# fc-cache
> Scan font directories to build font cache files.
> More information: <https://manned.org/fc-cache>.
2019-10-21 13:46:05 -07:00
- Generate font cache files:
`fc-cache`
- Generate font cache files verbosely:
`fc-cache {{[-v|--verbose]}}`
2019-10-21 13:46:05 -07:00
- Force a rebuild of all font cache files, without checking if cache is up-to-date:
`fc-cache {{[-f|--force]}}`
2019-10-21 13:46:05 -07:00
- Erase font cache files, then generate new font cache files:
`fc-cache {{[-r|--really-force]}}`
- Scan a specific directory:
`fc-cache {{path/to/directory}}`
- Scan system-wide directories, skipping the user's home directory:
`fc-cache {{[-s|--system-only]}}`
- Display version:
`fc-cache {{[-V|--version]}}`