Ahalan, On Sun, 2002-12-01 at 19:01, Gal Shalif - Sun Israel - Software Engineer wrote:
> The "z" option is specific to GNU tar and will not work with the default > "tar" on Solaris. > I would suggest a replacement of: > > tar cvzf install643_linux_intel.tar.gz > With: > > gzip -dc install643_linux_intel.tar.gz | tar xvf > install643_linux_intel.tar.gz I do believe you meant # gzip -dc install643_linux_intel.tar.gz | tar xv Besdies, AFAIK Solaris doesn't come with gzip (but I might be wrong here, been ages since I've done Solaris) either, so maybe the best solution is really # gtar zxvf tarball.tar.gz Just my 2c, Gilad. -- Gilad Ben-Yossef <[EMAIL PROTECTED]> http://benyossef.com "Geeks rock bands cool name #8192: RAID against the machine"
