This commit is contained in:
Stephan Raabe
2023-03-02 09:45:31 +01:00
parent 3a7a8b20ac
commit 8a799fc241
5 changed files with 34 additions and 3 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
#!/bin/sh
# _____ _ _
# | ___|__ _ __ | |_ ___ ___ __ _ _ __ ___| |__
# | |_ / _ \| '_ \| __/ __|/ _ \/ _` | '__/ __| '_ \
# | _| (_) | | | | |_\__ \ __/ (_| | | | (__| | | |
# |_| \___/|_| |_|\__|___/\___|\__,_|_| \___|_| |_|
#
# by Stephan Raabe (2023)
#
fc-list \
| grep -ioE ": [^:]*$1[^:]+:" \
| sed -E 's/(^: |:)//g' \