On Thu, 24 Mar 2005 13:56:24 -0700, Jon Drews <[EMAIL PROTECTED]> wrote:
> Hi:
> 
>  I am having some trouble creating an of font names in Ksh (public Korn 
> Shell).
> The font names are likes this and are the output of xlsfonts (a
> program that is part of X)
> 
> -adobe-avantgarde-book-o-normal--0-0-0-0-p-0-iso8859-1
> -adobe-avantgarde-book-r-normal--0-0-0-0-p-0-iso8859-1

I got it to work by doing this:

$ Irk=$(xlsfonts | head)

$ for J in $Irk          
> do                     
> xfd -fn $J             
> done

but I really wanted the array :-/
_______________________________________________
CWE-LUG mailing list
http://www.cwelug.org/    
[email protected]
http://lists.firepipe.net/listinfo/cwe-lug

Reply via email to