- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- zip problem
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
тАО08-13-2003 11:51 AM
тАО08-13-2003 11:51 AM
## zip test
zip error: Nothing to do! (test.zip)
Our systems say that everything is just fine.
Thanks
V.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 12:06 PM
тАО08-13-2003 12:06 PM
Re: zip problem
32 bit zip trying to manipulate files needing the 64 bit stat structures (due to being large files):
http://lists.wku.edu/pipermail/info-zip/2002-November/000101.html
Recursing directories (not on a unix box):
http://codeguru.earthweb.com/vb/links/comments/269.shtml
Are there any other messages other then the "nothing to do!" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 12:25 PM
тАО08-13-2003 12:25 PM
Re: zip problem
Since there is a 'test' command, naming a file 'test' could give unexpected results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 01:41 PM
тАО08-13-2003 01:41 PM
Re: zip problem
It's not about literal "test", tried another name. Pretty sure it's 32 vs 64 problem.
Anybody can advice how to research/solve it.
Thanks
val
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 01:50 PM
тАО08-13-2003 01:50 PM
Re: zip problem
Just:
=====================================
$ zip file3
zip error: Nothing to do! (file3.zip)
=====================================
echo $?=12
Thanks all
Vlad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 12:11 AM
тАО08-14-2003 12:11 AM
Re: zip problem
try creating a test.zip file and then give zip test.
If u want to create a zip file, give zip test followed by few files that u want to zip. or you can use pkzip or gzip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 05:37 AM
тАО08-14-2003 05:37 AM
Re: zip problem
Yes , it works fine for 2 files, man pages quite confusing for me, can I compress a single file with ZIP ? Glabal task to make compressed file OK for windows.
Thanks all
V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 06:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 07:00 AM
тАО08-14-2003 07:00 AM
Re: zip problem
Zip can compress the file(s) and directories. In the unix world gzip and tar are used.
tar is used to archive files (meant not only for tapes) and gzip compress the tarred file which can be easily moved across.
check the man pages of tar and gzip.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 07:17 AM
тАО08-14-2003 07:17 AM
Re: zip problem
If you are using windows, then you can use zip. zip has a GUI I think.
Files that you compress using gzip can be unzipped on a windows system using pkunzip.