Difference between revisions of "Diffutils"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Diffutils |Short description=Finds differences between and among files |Full description=A group of utilities that displays difference between and among text files....")
 
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
(24 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Diffutils
+
|Name=GNU Diffutils
|Short description=Finds differences between and among files
+
|Short description=Finds differences between and among files.
 
|Full description=A group of utilities that displays difference between and among text files. 'diff' outputs the difference between two files in any of several formats. If the files are identical, it normally produces no ouput; if they are binary (non-text) it normally reports only that they are different. 'cmp' shows the offsets and files numbers where two files differ; it can also show, side by side, all the characters that differ between the two files. 'sdiff' merges two files interactively. 'diff3' shows differences among three files. If two people have made independent changes to a common original, diff3 reports that difference between the original and the two changed versions, and can produce a merged file that contains both persons' changes along with warnings about conflicts.
 
|Full description=A group of utilities that displays difference between and among text files. 'diff' outputs the difference between two files in any of several formats. If the files are identical, it normally produces no ouput; if they are binary (non-text) it normally reports only that they are different. 'cmp' shows the offsets and files numbers where two files differ; it can also show, side by side, all the characters that differ between the two files. 'sdiff' merges two files interactively. 'diff3' shows differences among three files. If two people have made independent changes to a common original, diff3 reports that difference between the original and the two changed versions, and can produce a merged file that contains both persons' changes along with warnings about conflicts.
|User level=none
+
|Homepage URL=https://www.gnu.org/software/diffutils/
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.sv.gnu.org/diffutils
 +
|Documentation note=https://www.gnu.org/s/diffutils/manual/
 +
 
 +
 
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,Compare,KDiff3,LibXDiff,Meld,OSSPsvs,Textutils,compare,fldiff,gtkdiff,imediff2,tkdiff,wdiff,Patch,gawk,Grep
 +
|Keywords=diff,patch,file comparison,file merging,diffutils,cmp,diff3,sdiff
 +
|Version identifier=3.7
 +
|Version date=2018/12/31
 +
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/diffutils/diffutils-3.7.tar.xz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/23
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Version identifier=2.8.1
+
|User level=intermediate
|Version date=2002-04-10
+
|Component programs=diff,cmp,sdiff,diff3
|Version status=stable
+
|Paid support=https://www.fsf.org/resources/service/
|Version download=http://ftp.gnu.org/pub/gnu/diffutils/diffutils-2.8.1.tar.gz
+
|Accepts cryptocurrency donations=Yes
|License verified date=2001-01-31
+
|OpenPGP signature=https://ftp.gnu.org/gnu/diffutils/diffutils-3.7.tar.xz.sig
|Version comment=2.8.1 stable released 2002-04-10
+
|Test entry=No
 +
|Is GNU=Yes
 +
|GNU package identifier=diffutils
 +
|Decommissioned/Obsolete=No
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Genium
 +
|License verified date=2016/03/10
 +
}}
 +
{{Person
 +
|Real name=Paul Eggert
 +
|Role=Maintainer
 +
|Email=eggert@cs.ucla.edu
 +
}}
 +
{{Person
 +
|Real name=Jim Meyering
 +
|Role=Maintainer
 +
|Email=meyering@fb.com
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/diff
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/diffutils
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/diffutils/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/diffutils/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.gnu.org/viewvc/diffutils/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/diffutils.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-diffutils/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/diffutils-devel/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/diffutils/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/diffutils/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/diffutils.html
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line,console
+
|Interface=command-line, console
}}
+
|Programming-language=C
{{Project license
+
|Runs-on=GNU/Linux
|License=GPLv2
+
|Software-development=version-control
|License verified by=Janet Casey
+
|Text-creation=word-processing
|License verified date=2001-01-31
+
|Use=software-development, text-creation
 +
|Works-with=text
 
}}
 
}}
 +
{{Featured}}

Revision as of 15:42, 4 December 2020


[edit]

GNU Diffutils

https://www.gnu.org/software/diffutils/
Finds differences between and among files.

A group of utilities that displays difference between and among text files. 'diff' outputs the difference between two files in any of several formats. If the files are identical, it normally produces no ouput; if they are binary (non-text) it normally reports only that they are different. 'cmp' shows the offsets and files numbers where two files differ; it can also show, side by side, all the characters that differ between the two files. 'sdiff' merges two files interactively. 'diff3' shows differences among three files. If two people have made independent changes to a common original, diff3 reports that difference between the original and the two changed versions, and can produce a merged file that contains both persons' changes along with warnings about conflicts.








Entry










"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.