- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File Extraction
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 03:26 AM
тАО09-26-2006 03:26 AM
File Extraction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 03:35 AM
тАО09-26-2006 03:35 AM
Re: File Extraction
i think you have to use
"unzip"
(see this thread for more infos
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1063366
)
hth
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 03:42 AM
тАО09-26-2006 03:42 AM
Re: File Extraction
hope this is windows command for extracting file from cab/i386 folder compressed file.
In windows actually the example.zip will be exapanded (uncompressed) ,you will not get any new file.
for eg:
expand example.zip newfolder will expand the example.zip to nefolder file that is it.
in unix the funtionality is different.
please letme know which os your using?
regards
mano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 03:45 AM
тАО09-26-2006 03:45 AM
Re: File Extraction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 03:52 AM
тАО09-26-2006 03:52 AM
Re: File Extraction
'unzip' Windows binary available here:
ftp://ftp.info-zip.org/pub/infozip/WIN32/
Example:
C:\> unzip arch d1/d2/myfile
Archive: arch.zip
inflating: d1/d2/myfile
Note that filenames/paths ARE case-sensitive with 'unzip'.
To check contents before extracting:
C:\> unzip -l arch
In the future, please remember to post Windows-related questions to a Windows forum.
http://forums1.itrc.hp.com/service/forums/categoryhome.do?categoryId=279
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 04:14 AM
тАО09-26-2006 04:14 AM
Re: File Extraction
Just try with "jar" either.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 04:14 AM
тАО09-26-2006 04:14 AM
Re: File Extraction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 07:37 AM
тАО09-26-2006 07:37 AM
Re: File Extraction
Welcome to the ITRC forums.
1) Download this self-extracting archive:
ftp://ftp.info-zip.org/pub/infozip/WIN32/unz552xN.exe
2) Move the archive to a directory in your path. 'echo %PATH%' to see your path.
3) Extract the file by running it.
4) 'cd' to the directory containing the .zip file.
5) unzip yourzipfile.zip FoLdEr1/fOlDeR2/TheFile
PCS