On Monday, 23 June 2014, 14:57, Thomas Anderson <t03.ander...@gmail.com> wrote:
> Hi, after a recent upgrade (maybe the 20) I have some problem with > special characters and ls --color > > For example: > > $ ls --color > file.txt temp/ > > is ok > > but > > $ ls --color > ls.txt > > is not > > $ less ls.txt > > file.txt > ls.txt > ESC[0mESC[01;34mtempESC[0m/ > > > I'm on Windows 7 with the 32 bit version. > > Bye, > t03 Try ls --color=auto or ls --color=tty or set an alias: alias ls='ls --color=tty' -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple