On Monday 10 of September 2012 10:42:12 Charles Forsyth wrote:
> From GNU programs you will then get moans about the terminal:
> %TERM=dumb
> % man date
> WARNING: terminal is not fully functional
> -  (press RETURN)


% TERM=dumb
% PAGER=cat
% man date
DATE(1)                                                                       
User Commands                                                                   
   
DATE(1)



NAME
       date - print or set the system date and time
(...)




in slightly related news, here's mine:


$ cat ~/bin/acme
#!/usr/bin/env rc
TERM=dumb
exec $PLAN9/bin/acme -c1 -a $*
$

-- 
dexen deVries

[[[↓][→]]]

Reply via email to