cancel
Showing results for 
Search instead for 
Did you mean: 

Unzipping SAP Installable in unix

Former Member
0 Kudos

I am in the process of installing NW2004s in AIX Machine.

i have put the zip files to the Unix Server.

Since i am new to unix,pls let me know the exact command to unzip the NW2004s Zip files in Unix

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Please create one folder using command

mkdir <folder name>

Then you can extract the files in this folder using the command

unzip filename <destination path>

or

SAPCAR -xvf filename <destination path>

or

uncompress filename <destination path>

Former Member
0 Kudos

Hi balaji,

You can use the unzip for .ZIP files.

for Example "unzip stuff.zip"

for details please refer http://www.ssc.upenn.edu/HELP/unix/compression/zipunx.html

http://linux.about.com/od/commands/l/blcmdl1_unzip.htm

For Files with .tar extention you can use "tar -zxvf [filename with all extensions]"

For details Please refer http://info.simplythebest.net/Untar

http://linux.about.com/od/commands/l/blcmdl1_tar.htm

http://www.computerhope.com/unix/utar.htm

Please update the thread status!

Regards,

Prem