系統管理
1752701 會員
6421 線上
108789 解決方案
發表新文章

在11i的環境下,如何解開副檔名是zip的檔案

 
watermelonyu
教授

在11i的環境下,如何解開副檔名是zip的檔案

如題!!
2則回覆 2
watermelonyu
教授

在11i的環境下,如何解開副檔名是zip的檔案

If you want to extract files from zip-archive, you have to install unzip utility from http://www.info-zip.org/pub/infozip/UnZip.html



watermelonyu
教授

在11i的環境下,如何解開副檔名是zip的檔案

download "unzip-5.52-sd-11.11.depot.gz" from http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/



and place the file in /tmp



0. #cd /tmp

1. #gunzip unzip-5.52-sd-11.11.depot.gz

2. #swinstall -s /tmp/unzip-5.52-sd-11.11.depot

3. select the unzip depot, and press 'm' to mark the depot, goto MENU -> Action -> Install

4. After install, the unzip is locate at

/usr/local/bin/unzip

5. for example, you can use `unzip XXX.zip` to extract the file you want.