[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFC] Stripping Latin range in fonts used by g-i installer?



On Tuesday 08 January 2008, Frans Pop wrote:
> # for i in $(fc-list | cut -d: -f1 | sort -u); do echo "Prefs for $i";
> fc-match --sort "$i" | head -n4; echo; done

You need to set IFS to a newline before this command for it to work:
# export IFS="
> "

And fc-match is not included, so needs to be copied in from an installed 
system.

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: