coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: comm Command for Large File


From: Pádraig Brady
Subject: Re: comm Command for Large File
Date: Thu, 16 Jan 2014 00:30:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 01/16/2014 12:17 AM, jayanthi radhakrishnan wrote:
> Thanks Padraig.
> Where can i find the source code for comm command?
> Also , do you have any instructions on where to download the gcc and how to 
> install on windows / Solaris?

For solaris you should be able to download the latest (8.22) coreutils release
and compile it using standard mechanisms. Something like:

 tar -xf coreutils-8.22.tar.xz
 cd coreutils-8.22
 ./configure && make
 su -
 make install

For windows your best bet is to use the cygwin package
which google suggests is at version 8.15, but should
handle your issue at least.

cheers,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]