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.