all

Jim Carter jim at ic2020.UUCP
Thu Jan 11 01:01:07 AEST 1990


in article <[759]unix at oldcolo.UUCP>, david at oldcolo.UUCP (David Hughes Jr) says:
> 
> I am running Cshell in SCO Xenix.  ...
> ... I would like to at times
> default a 'more' output to say 10 lines.  
> 
> How can I set the enviornment inside .login (or .cshrc) to
> 'more' all output to 10 lines?
> 
> Tx in advance,  david hughes

>From the xenix user's manual (more(c)) page.
...
More looks in the environment variable MORE to preset any flags 
desired.  For example, if you prefer to view files using the -c mode
of operation, the shell command "MORE=-c" in the .profile file
causes all invocations of more to use this mode.
...
So from your .login/.cshrc do the following

setenv MORE "-c"

-- 
Jim Carter (Sequoia Contact Lens,1355 11th Street,Reedley,CA,93654)
{...!csufres!csuf3b!ic2020!jim} 209/638-3939, Fax 209/638-5433



More information about the Comp.unix.xenix mailing list