Difference between revisions of "Diffutils"
m |
|||
Line 13: | Line 13: | ||
|Related projects=Compare,Hashed_Text_Utilities,KDiff3,LibXDiff,Meld,OSSPsvs,Textutils,compare,fldiff,gtkdiff,imediff2,tkdiff,wdiff,Patch,gawk,Grep | |Related projects=Compare,Hashed_Text_Utilities,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 | |Keywords=diff,patch,file comparison,file merging,diffutils,cmp,diff3,sdiff | ||
− | |Version identifier=3. | + | |Version identifier=3.6 |
− | |Version date= | + | |Version date=2017/05/21 |
|Version status=stable | |Version status=stable | ||
− | |Version download=https://ftp.gnu.org/gnu/diffutils/diffutils-3. | + | |Version download=https://ftp.gnu.org/gnu/diffutils/diffutils-3.6.tar.xz |
− | |Last review by= | + | |Last review by=Vibhuti |
− | |Last review date=2018/ | + | |Last review date=2018/04/01 |
|Submitted by=David Hedlund | |Submitted by=David Hedlund | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 |
Revision as of 12:08, 1 April 2018
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.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
2 August 2021
Leaders and contributors
Contact(s) | Role |
---|---|
Jim Meyering | Maintainer |
Paul Eggert | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Savannah | Developer | https://savannah.gnu.org/projects/diffutils/ |
Debian | Developer | https://tracker.debian.org/pkg/diff |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-diffutils/ | |
General | https://translationproject.org/domain/diffutils.html | |
Download | https://alpha.gnu.org/gnu/diffutils/ | |
VCS Repository Webview | https://web.cvs.savannah.gnu.org/viewvc/diffutils/ | |
Debian | Developer | https://tracker.debian.org/pkg/diffutils |
General | https://savannah.gnu.org/people/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/diffutils-devel/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/diffutils.git/ | |
Wikidata | General | https://www.wikidata.org/wiki/Q62845084 |
VCS Repository Webview | https://cvs.savannah.gnu.org/viewvc/diffutils/ | |
Download | https://ftp.gnu.org/gnu/diffutils/ |
Software prerequisites
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.