Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Fri, 16 Jun 2000 08:18:44 -0400 Message-Id: <200006161218.IAA17923@envy.delorie.com> From: DJ Delorie To: FMerenda AT vetexchange DOT com CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <82E0F488CB97D31188CD009027B117C149B212 AT pdc-ehy-atl DOT ehatchery DOT net> (message from Frank Merenda on Fri, 16 Jun 2000 08:06:07 -0400) Subject: Re: ESC characters listed when I pipe through "less" References: <82E0F488CB97D31188CD009027B117C149B212 AT pdc-ehy-atl DOT ehatchery DOT net> > I've got another one. When I pipe "LS" through "less", I get a bunch of > "ESC" stuff in each line, in reversed text. Your ls might be aliased to something like ls --color. Try this: /bin/ls | less The "/bin/" part forces it to call the program directly, rather than aliasing it. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com