Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ucdavis!ic2020!jim From: jim@ic2020.UUCP (Jim Carter) Newsgroups: comp.unix.xenix Subject: Re: all Message-ID: <231@ic2020.UUCP> Date: 10 Jan 90 14:01:07 GMT References: <[759]unix@oldcolo.UUCP> Lines: 25 in article <[759]unix@oldcolo.UUCP>, david@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