Forrest logo
back to context overview

fc-list

List of commands for fc-list:

  • fc-list:tldr:3cce5 fc-list: Return a list of installed fonts with given name.
    $ fc-list | grep '${DejaVu Serif}'
    try on your machine
    explain this command
  • fc-list:tldr:f1e71 fc-list: Return the number of installed fonts in your system.
    $ fc-list | wc -l
    try on your machine
    explain this command
  • fc-list:tldr:fb07f fc-list: Return a list of installed fonts in your system.
    $ fc-list
    try on your machine
    explain this command
back to context overview