From 7eb53efa9f77680d28e3f8d18282e8a87a0062d5 Mon Sep 17 00:00:00 2001 From: Robby Renz <43713843+robbyrenz@users.noreply.github.com> Date: Sat, 19 Oct 2019 10:53:43 -0500 Subject: [PATCH] fc-list: add 2 new commands and examples (#3436) --- pages/linux/fc-list.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/fc-list.md b/pages/linux/fc-list.md index c3dc233fa6..d0e38f14aa 100644 --- a/pages/linux/fc-list.md +++ b/pages/linux/fc-list.md @@ -2,6 +2,14 @@ > List available fonts installed on the system. +- Return a list of installed fonts in your system: + +`fc-list` + - Return a list of installed fonts with given name: `fc-list | grep '{{DejaVu Serif}}'` + +- Return the number of installed fonts in your system: + +`fc-list | wc -l`