bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

On darwin, diff <(echo ab) <(echo cd) does nothing


From: Vincent Lefevre
Subject: On darwin, diff <(echo ab) <(echo cd) does nothing
Date: Sat, 20 Aug 2005 18:43:24 +0200
User-agent: Mutt/1.5.10-vl-20050813i

On my Mac OS X 10.4.2 (Tiger) machine, with zsh and diff 2.8.1:

prunille:~> diff <(echo ab) <(echo cd)
prunille:~> 

Under Linux (Debian), with the same diff version (2.8.1), I get
the expected result:

ay:~> diff <(echo ab) <(echo cd)
1c1
< ab
---
> cd
zsh: exit 1     diff <(echo ab) <(echo cd)
ay:~[1]> 

-- 
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]