bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more utility in shell mode problem


From: Ehud Karni
Subject: Re: more utility in shell mode problem
Date: Wed, 13 Jun 2001 23:15:47 +0300

On Wed, 13 Jun 2001 11:40:50 -0500, Daniel Chaplin <dchaplin@cisco.com> wrote:
> 
> I am running a tool through the shell which uses a more like utility
> which pauses annoyingly waiting for a keystroke to continue.  I haven't
> found a way to stop this vendor tool from using the more utility is
> there a way in emacs shell mode to get more pauses to be ignored so
> I can get the whole output of the command at once.

There is an easy way to deal with `more' set the env value LINES to a
very high value. In csh/tcsh do "setenv LINES 20000", in sh/bash do
"export LINES=20000".

Ehud.


-- 
 Ehud Karni     Mivtach - Simon  Insurance   /"\
 Tel: +972-3-6212-757 Fax: +972-3-6292-544   \ /  ASCII Ribbon Campaign
 (USA) Fax and  voice  mail: 1-815-5509341    X   Against  HTML  Mail
     Better     Safe     Than     Sorry      / \
     mailto:ehud@unix.simonwiesel.co.il    http://www.simonwiesel.co.il



reply via email to

[Prev in Thread] Current Thread [Next in Thread]