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

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

diff --exclude-from=file


From: Scott . Vigil
Subject: diff --exclude-from=file
Date: Fri, 8 Nov 2002 09:04:14 -0700

To whom it may concern:

The --exclude-from option only works if the file is in UNIX format.  This
function should be modified so that it works with <cr><lf> terminators also.

I observed this falure in the current version of CygWin.

To see the problem, unzip the attached file and try the following:

        $ cd DiffTest

        $ ls
        BinFilesDOS.txt  BinFilesUNIX.txt  x  y

        $ diff -X BinFilesDOS.txt x y
        Binary files x/ntio.sys and y/ntio.sys differ
        Binary files x/wupdinfo.dll and y/wupdinfo.dll differ
        Binary files x/xolehlp.dll and y/xolehlp.dll differ

        $ diff -X BinFilesUNIX.txt x y

        $

Scott Vigil
Software Engineer
Honeywell

 <<DiffTest.zip>> 

Attachment: DiffTest.zip
Description: Binary data


reply via email to

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