Difference between revisions of "Diffutils"
(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....") |
|||
| Line 6: | Line 6: | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
| − | |Version identifier=2. | + | |Version identifier=2.9 |
| − | |Version date= | + | |Version date=2010-02-12 |
|Version status=stable | |Version status=stable | ||
| − | |Version download=http:// | + | |Version download=http://meyering.net/diff/diffutils-2.9.tar.gz |
| − | |License verified date= | + | |License verified date=2010-02-16 |
| − | |Version comment= | + | |Version comment= |
}} | }} | ||
{{Software category | {{Software category | ||
| Line 18: | Line 18: | ||
{{Project license | {{Project license | ||
|License=GPLv2 | |License=GPLv2 | ||
| − | |License verified by= | + | |License verified by=Kelly Hopkins |
| − | |License verified date= | + | |License verified date=2010-02-16 |
}} | }} | ||
Revision as of 08:44, 12 April 2011
Diffutils
http://www.gnu.org/s/diffutils/
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.
Documentation
User manual available in HTML format from https://www.gnu.org/s/diffutils/manual/ Printed user manual available from http://www.network-theory.co.uk/diff/manual/
Related Projects
Download
Download
version 3.3
(stable)
released on 24 March 2013
VCS Checkout
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2 | Kelly Hopkins | 6 May 2010 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | http://git.sv.gnu.org/cgit/diffutils.git/ |
| Bug Tracking | mailto:bug-diffutils@gnu.org |
Software prerequisites
This entry (in part or in whole) was last reviewed on 31 March 2008.
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 described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
