From: "Al Amzeen (Alexandr Amzin)" Newsgroups: comp.os.msdos.djgpp Subject: Re: scrolling shell output Date: Wed, 29 Mar 2000 17:17:12 +0400 Organization: Fidolook Express page http://fidolook.da.ru Lines: 15 Message-ID: <8bsvtt$ho8$1@gavrilo.mtu.ru> References: <8bs95q$g3$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: ppp100-207.dialup.mtu-net.ru X-Trace: gavrilo.mtu.ru 954335998 18184 212.188.100.207 (29 Mar 2000 13:19:58 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 29 Mar 2000 13:19:58 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Fidolook Express V1.51rus for MS OE 5.0 To: djgpp AT Delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, Mongke ! You wrote: > Hi all > I'm wondering whether there is any way to scroll the output from bash, > other than using less, i.e to obtain the effect of the scrollbar in > xterm. I heard that there were TSRs to do that (?). I got rxvt from > cygwin > and I can run djgpp bash 2.03 in it but I got no prompt, aliases nor key > handling. I tried with the cygwin sh but it does not obey its resources > either and tends to freeze up. Any ideas? Thanks in advance. > Regards, > Camilo There is a strange way of. Why not to redirect bash output to file and type that file with a standard type command? Is there reason not to do so?