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

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

Re: diff tool


From: Bob Proulx
Subject: Re: diff tool
Date: Wed, 25 Sep 2013 23:12:16 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

Hello Leila,

You posted a very, very large attachment at 357K.  Please don't send
such large attachments to mailing lists.  Also, as far as I can see
the attachment requires a non-free version of unrar in order to decode
it.  As you know GNU is all about free(dom) software.  Please don't
send files that require non-free programs to view.  Free(dom) software
programs such as gzip, bzip2, lzip or xz are better.

leila karami wrote:
> I obtained a file (containing both of number and text) from a program in
> linux.
> ...
> When I use new file in the my program, I encountered with error (file
> format is changed and is not standard for program).
> 
> But when I compared 2 files (old and new) by text editor in windows, I did
> not find difference.

I am not sure what you are asking.  I think you have two files that
you think should be different but that the program does not show them
to be different.  Is that correct?

> One of program developers suggested me to use unix diff tool.

GNU diff is a good tool to display differences in files.

> After using following command, diff tool did not give me output file
> or a text containing information about differences:
> 
> *diff old.gr new.gro*

In order to help it is important to know the version of the diff
program that you were using and the operating system upon which you
were running.  You can get the version of diff with the --version
option.

  diff --version

What operating system are you running?

> I attached my files to this e-mail.

In the future please compress any large attachments.  Use a free(dom)
software compression program such as gzip, bzip2, lzip or xz.  Text
files usually compress very well.

> Should I use diff by special option?
> How to fix this issue?
> Please guide me about that.
> Any help will highly appreciated.

If you think you have a bug in a program try to reduce the size of the
recreation set to the smallest file needed to recreate the problem.

Bob



reply via email to

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