From: dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Subject: RE: Problem with 'more' in 'bash' 13 Dec 1996 17:36:00 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <009ACCE9.D60C0800.6310.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de> Original-To: daproulx AT qc DOT bell DOT ca Original-CC: gnu-win32 AT cygnus DOT com, dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de Original-Sender: owner-gnu-win32 AT cygnus DOT com Hi Daniel, you wrote: : The 'more' command supplied with Windows95 doesn't work in 'bash' Same for me under NT, but I just discovered that it works in a DOS box: tar tvvfz //i/tmp/win32/b17.1/cdksrc.tgz|more where "i" is NFS mounted. This is also true for my own cygwin compiled program, although more gets a bit confused about the output from a system() child process. Even this works in a DOS window: set STRACE=1 foo -bar 2>&1|more Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de) - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".