CYGWIN: bug with 'tee' mxing UNIX and DOS text file mode

2003-04-01 Thread Frédéric Bazin
Hello, I experience some amazing behaviour with tee and text files. I installed cygwin ( various release during the past three months ) with DOS text file mode. most of the command tools seems to work fine except 'tee' when I type echo blablalbalbal | tee test.txt echo blablalbalbal | tee -a

Re: CYGWIN: bug with 'tee' mxing UNIX and DOS text file mode

2003-04-02 Thread Frédéric Bazin
e following bash-2.05b$ bash test.sh d:/testlog bash-2.05b$ bash test.sh //10.0.0.132/echange/testlog I can convert d:/ style to /cydrive/d/... using cygpath command but the //10.0.0.132/share/... style cannot be converted to anything. What can I do to make it work ? Igor Pechtchanski wrote: On Tue

Apache and rebase problem

2003-04-04 Thread Frédéric Bazin
Hello, I have been using cygwin for 1 year, i just installed apache. I don't know anything about apache. I jsut started the server after installation without changing any configuration file. I got some error message which seems to be a rebase problem according to previous posting. Anyone knows wh