Andrew,

Thanks.  Your grep works a treat.  I was looking to use find (shows my 
DOS background).  The file that contains the font is:  /etc/sysconfig/i18n

I now have a 50 line console.

BTW, while I was RTFM'ing, I discovered that the console can scroll a 
number of pages (at least 5) by using the <shift><pgup> and 
<shift><pgdn> keys, so for many functions, no need to pipe output to less...

Thanks again.

Brendan

Andrew Bennetts wrote:
> On Thu, Sep 19, 2002 at 04:28:16PM +1000, James Gregory wrote:
> 
>>That said I think the quickest way to find your setting is to do
>>something like:
>>
>>find /etc -type f -exec grep -iln "lat0-sun16" {} \;
> 
> 
> I'd probably just do:
>     grep -Irl "lat0-sun16" /etc
> 
> :)
> 
> -Andrew.
> 
> 



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to