Re: [Mingw-msys] [mingw - MSYS] Bison for MSYS
- Date: Fri, 28 Sep 2007 19:14:16 -0700
- From: "Suresh Govindachar" <sgovindachar@xxxxxxxxx>
- Subject: [Mingw-msys] Why is diff sensitive to case of filenames?
Hello,
In msys, tools such as tar and cp are insensitive to the
case of filenames, as one would expect. However, the diff
in the latest diffutils-2.8.7-MSYS-1.0.11-snapshot.tar.bz2
is sensitive to the case of filenames:
$ mkdir a
$ mkdir b
$ cd a
$ echo hello > foo
$ cp foo ../b/FOO
$ cd ..
$ diff -sqr a b
Only in b: FOO
Only in a: foo
$ cp -i a/foo b
cp: overwrite `b/foo'? n
Thanks,
--Suresh
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mingw-msys mailing list
Mingw-msys@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/mingw-msys