"diff" command missing in cygwin distribution ?

View: New views
4 Messages — Rating Filter:   Alert me  

"diff" command missing in cygwin distribution ?

by Finof :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I just installed cygwin 2.573.2.2 directly from internet.
Trying to get my linux-scripts working I repeated the installation a few times (only changing text-mode to binary-mode and back). Now I'm using test-mode.

Now my script fails on a diff command. And to my surprise I can't find "diff" in my cygwin-folder.
Shouldn't it be there ??

Re: "diff" command missing in cygwin distribution ?

by Václav Haisman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Finof wrote, On 21.11.2007 11:57:

> Hi,
>
> I just installed cygwin 2.573.2.2 directly from internet.
> Trying to get my linux-scripts working I repeated the installation a few
> times (only changing text-mode to binary-mode and back). Now I'm using
> test-mode.
>
> Now my script fails on a diff command. And to my surprise I can't find
> "diff" in my cygwin-folder.
> Shouldn't it be there ??
Cygwin setup.exe installs only very few packages by default.

Please, use <http://cygwin.com/packages/> to find the package that you seek.

--
wilx



signature.asc (258 bytes) Download Attachment

Re: "diff" command missing in cygwin distribution ?

by Larry Hall (Cygwin) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/21/2007, Finof wrote:
> Hi, I just installed cygwin 2.573.2.2 directly from internet. Trying to get
> my linux-scripts working I repeated the installation a few times (only
> changing text-mode to binary-mode and back). Now I'm using test-mode.

2.573.2.2 is the version of 'setup.exe', not any of Cygwin's packages.  Each
package has their own version.  This is why we recommend *attaching* the
output of 'cygcehck -s -r -v' to problem reports, so we know what versions
of which packages you have installed.  See:

<http://cygwin.com/problems.html>

We highly recommend working with binary mounts as well.

--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Re: "diff" command missing in cygwin distribution ?

by Finof :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, I installed diffutils and now have many diff-commands available.


Finof wrote:
Hi,

I just installed cygwin 2.573.2.2 directly from internet.
Trying to get my linux-scripts working I repeated the installation a few times (only changing text-mode to binary-mode and back). Now I'm using test-mode.

Now my script fails on a diff command. And to my surprise I can't find "diff" in my cygwin-folder.
Shouldn't it be there ??