commands.sh

fc-cache

all

Scan font directories to build font cache files.

More info →

Options (5)

-v, --verboseboolean

Generate font cache files verbosely

Example: fc-cache {{[-v|--verbose]}}
-f, --forceboolean

Force a rebuild of all font cache files, without checking if cache is up-to-date

Example: fc-cache {{[-f|--force]}}
-r, --really-forceboolean

Erase font cache files, then generate new font cache files

Example: fc-cache {{[-r|--really-force]}}
-s, --system-onlyboolean

Scan system-wide directories, skipping the user's home directory

Example: fc-cache {{[-s|--system-only]}}
-V, --versionboolean

Display version

Example: fc-cache {{[-V|--version]}}

Examples (7)

Generate font cache files

Generate font cache files verbosely

fc-cache [-v|--verbose]

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]

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]
made by @shridhargupta | data from tldr-pages