17 Jul 01:57
Under Cygwin ZSH, "diff -" fails unless forced into text mode
From: <henman <at> tech.email.ne.jp>
Subject: Under Cygwin ZSH, "diff -" fails unless forced into text mode
Newsgroups: gmane.comp.shells.zsh.devel
Date: 2008-07-16 23:59:29 GMT
Expires: This article expires on 2008-07-31
Subject: Under Cygwin ZSH, "diff -" fails unless forced into text mode
Newsgroups: gmane.comp.shells.zsh.devel
Date: 2008-07-16 23:59:29 GMT
Expires: This article expires on 2008-07-31
I saw the following question at the cygwin group and figure that it is a zsh related question. I tried to see if setopt NO_MULTIOS had any bearing on the problem, but it didn't. The question follows: -------- extract From: <Gerald.Williams <at> infineon.com> To: <cygwin <at> cygwin.com> Date: Wed, 16 Jul 2008 23:19:02 +0200 Subject: Under Cygwin ZSH, "diff -" fails unless forced into text mode Does anyone know why, under Cygwin ZSH, the following fails? zsh% cat foo | diff - foo diff: -: Illegal seek zsh% It passes if I force it into text mode: zsh% cat foo | diff -a - foo zsh% And of course it works in bash: bash% cat foo | diff - foo bash% It doesn't matter whether I'm running under a console window or(Continue reading)
RSS Feed