-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial version of diff command wrapper #966
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @davelopez
tools/diff/diff.xml
Outdated
@@ -0,0 +1,91 @@ | |||
<tool id="diff" name="diff" version="@TOOL_VERSION@+@WRAPPER_VERSION@"> | |||
|
|||
<description>analyzes two files and generates a text file with information about the lines that are different.</description> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know if diff
is part of the coreutils package? If so we should probably depend on this package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added conda-forge package for diffutils 3.6 and requirement 😃
Co-Authored-By: beatrizserrano <beatrizserrano@users.noreply.github.com>
Merci! Great contribution. |
Simple wrapper for the GNU diff command