coreutils
[Top][All Lists]
Advanced

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

Re: comm Command for Large File


From: jayanthi radhakrishnan
Subject: Re: comm Command for Large File
Date: Wed, 15 Jan 2014 17:00:34 -0800

Hi ,
 
  When i download coreutils-8.22.tar.xz , it gets downloaded as coreutils-8.22.tar.tar.
So , I get this error,
 
 tar -xf coreutils-8.22.tar.tar
tar: directory checksum error
Is the tar file correct?
 
Regards,
Jayanthio

On Wed, Jan 15, 2014 at 4:30 PM, Pádraig Brady <address@hidden> wrote:
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]