View Single Post

   
  #6 (permalink)  
Old 02-19-2008, 09:23 AM
Thomas Overgaard
 
Posts: n/a
Default Re: fonts on terminal ...


nabis@anisp.com wrote :

> man -k font | less
> While in less, type "/console" you will get hilighted all instances of
> "console". It took me 1 minute to find `setfont` utility


To me this looks like a strange way to replace grep:
man -k font | grep console
This will give you a less confusing output.
--
Thomas O.

This area is designed to become quite warm during normal operation.
Reply With Quote