Unzipping windows zip files on Sun sparc workstation


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unzipping windows zip files on Sun sparc workstation
# 1  
Old 10-06-2010
Unzipping windows zip files on Sun sparc workstation

I've got to install and compile some C++ source code that has been developed on a windows box on a Sun sparc workstation. Can I simply e-mail myself some windows zip files and then download and unzip them on the sparc box? I've tried this on a linux openSUSE machine and it works fine but I'm not sure whether it will work on the Sun machine.
# 2  
Old 10-06-2010
Did you pkgadd zip/unzip?

If so:
I've had issues in the past with DOS text files, especially reading them in command line utilities. You may want to dos2unix the source first.
# 3  
Old 10-06-2010
you already knew the answer, in Solaris, there is command unzip to uncompress zip file.

And why not try it directly?
# 4  
Old 10-07-2010
Quote:
Originally Posted by rdcwayx
you already knew the answer, in Solaris, there is command unzip to uncompress zip file.

And why not try it directly?
I should have mentioned that I don't normally have access to the sparc box otherwise I'd have tried it out as you suggest. I'm going to have to go to a client site to do the install and I don't want to turn up on site only to discover that I can't actually unzip the source code.
# 5  
Old 10-10-2010
ok, in that case, tar with gzip will be more suitable for you. Because all unix system should support tar and gzip command.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]

-> start /SYS Are you sure you want to start /SYS (y/n)? y Starting /SYS ]-> show HOST /HOST Targets: bootmode diag domain Properties: autorestart = reset autorunonerror = false bootfailrecovery = poweroff ... (29 Replies)
Discussion started by: z_haseeb
29 Replies

2. Shell Programming and Scripting

Finding a text file from a group of zip files without unzipping

HI , There are more than 100 zip files in a directory and i wanted to see if there is a max1157.txt file in any of the zip files without actually unzipping them. Could you please help. Thanks in Advance. Karthik. (6 Replies)
Discussion started by: karthikk0508
6 Replies

3. Solaris

Application running too slow on Sun SPARC T5440 but run normal on sun M3000

Hi all, I have application running on sun server T5440 4x8x1.4 GHz, 64 GB RAM, application running very slow though load average too low. when I install my application on another server SUN M3000 (One CPU 1x8x2.5GHz, 8GB RAM), application run smoothly. Here is my server T5440 info: ... (6 Replies)
Discussion started by: insatiable1610
6 Replies

4. Shell Programming and Scripting

Unzipping latest zip file by name.

I have these zip files that come in with the same name, but different versions. We'll say: SQL_version2.zip SQL_version3.zip SQL_version2432.zip I was wondering if there is a single command (or even piped command, thus still making it a single command) that will let me unzip the latest... (3 Replies)
Discussion started by: mrwatkin
3 Replies

5. Solaris

Alter zip file without unzipping

I have some zip files. Every file has a "folder/xml file" inside it. Is there any way to change these zip files directly without unzipping them. I want to convert these zip files to "/xml file" (want to move the xml file/s one root up by removing the folder inside it.) Ex: -bash-3.00$ for file... (1 Reply)
Discussion started by: _prasad
1 Replies

6. Solaris

Difference between sun sparc 32-bit and sun sparc 64-bit

Hi , could you please clarify me the difference between sun sparc 32-bit and sun sparc 64-bit? means on which processors these are supporting (pentium processors, sun sparc processors) Regards, Rajesh (1 Reply)
Discussion started by: pmrajesh21
1 Replies

7. Solaris

sun ultra 10 workstation

Hi All, I bought a sun workstation from ebay. Can I replace the cd-rom drive with a dvd-rom drive with any type? I mean, can I just buy a dvd-rom drive from a pc store? Thanks, itik (2 Replies)
Discussion started by: itik
2 Replies

8. UNIX for Dummies Questions & Answers

unzipping .zip file on HP and Solaris

I am transferring a large .zip file (20 GB) from an NT server to HP-UX and Solaris servers. Originally I tried to use info-zip's unzip, but I found out pretty quickly that it does not support files over 4GB. Any suggestions on how to work around this problem? Different decompression utility?... (9 Replies)
Discussion started by: dangral
9 Replies

9. UNIX for Dummies Questions & Answers

MIB OID for my Sun workstation

hi, as far as i know, every sun solaris 8 workstation has a snmp agent running by default. i want to know my SNMP agent MIB oid. please tell me how to find out this information. thanks and urgent (1 Reply)
Discussion started by: champion
1 Replies

10. UNIX for Dummies Questions & Answers

SUN IPC Workstation Q

I know that there are lots of UNIX pros here so I'm asking for some help. I have recently acquired 2 SUN IPC Workstations. The stations were destined for the garbage so I was unable to talk to the owners. Neither of them will make it through the boot process. One gives an error "le0: No... (2 Replies)
Discussion started by: shaggy
2 Replies
Login or Register to Ask a Question