Difference between revisions of "Zip"
From MidrangeWiki
Starbuck5250 (talk | contribs) (new page) |
Starbuck5250 (talk | contribs) (+ jar xvf) |
||
Line 1: | Line 1: | ||
Zip is a utility that compresses text files. It is often coupled with unzip, which extracts the compressed files from an archive (.zip file). GNU have an open source version called gzip / gunzip. Often, .zip files are sent via email as a poor man's FTP. IBM i does not provide a native zip / unzip utility, so we typically install a [[PASE]] version. | Zip is a utility that compresses text files. It is often coupled with unzip, which extracts the compressed files from an archive (.zip file). GNU have an open source version called gzip / gunzip. Often, .zip files are sent via email as a poor man's FTP. IBM i does not provide a native zip / unzip utility, so we typically install a [[PASE]] version. | ||
− | Java can be used in a pinch because .jar files are actually an archive (.zip file) of the class files. | + | Java can be used in a pinch because .jar files are actually an archive (.zip file) of the class files. Use jar xvf to extract. |
==External links== | ==External links== |
Revision as of 17:28, 8 October 2013
Zip is a utility that compresses text files. It is often coupled with unzip, which extracts the compressed files from an archive (.zip file). GNU have an open source version called gzip / gunzip. Often, .zip files are sent via email as a poor man's FTP. IBM i does not provide a native zip / unzip utility, so we typically install a PASE version.
Java can be used in a pinch because .jar files are actually an archive (.zip file) of the class files. Use jar xvf to extract.
External links
- Scott Klement's 7-zip for PASE
- SI44998 OSP header files for QZIPUTIL service program IBM i 7.1
- SI44777 OSP Zip and Unzip API on V7R1
- Young iSeries Professionals PASE page