This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ESC characters listed when I pipe through "less"



> 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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]