On 4/3/07, Michael Vincent van Rantwijk <[EMAIL PROTECTED]> wrote: > Hi, > > I need to extract the SeaMonkey source code from: > http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.1/ > and wonder what you use for it. > > There seems to be two files, one called: > *seamonkey-1.1.1.source.tar.bz2* and the other called: > *seamonkey-1.1.1.source.tar.gz* and I want to be able to extract them both. > > So, what program do you and how long does it take to extract the .idl only?
You can use the standard Unix utility tar for either; $ tar jxvf seamonkey... for the first $ tar zxvf seamoneky... for the second That will extract the entire source tree. ' I'm not sure what you're asking with respect to time -- not hours, if that's what you're wondering. Actual time will be dependent on your hardware. > > Thank you, > Michael > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
