- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to compress files.
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
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
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
05-21-2001 11:11 AM
05-21-2001 11:11 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 11:43 AM
05-21-2001 11:43 AM
Re: How to compress files.
Pkzip is also available for unix platforms.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 11:55 AM
05-21-2001 11:55 AM
Re: How to compress files.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 01:42 PM
05-21-2001 01:42 PM
Re: How to compress files.
I usually use this type of archive!
>tar cvf /dest/files.tar ./*
>gzip /dest/files.tar
Knowing this should solve your problems!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 05:37 AM
05-22-2001 05:37 AM
Re: How to compress files.
compress/uncompress
zip/unzip
gzip/gunzip
bzip2/bunzip2
etc. etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 05:43 AM
05-22-2001 05:43 AM
Re: How to compress files.
#compress /path/files.tar
#uncompress files.tar.Z
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 06:21 AM
05-22-2001 06:21 AM
Re: How to compress files.
An easy way is using compress, winzip work with Z extent, but you need appoint your file with the extent you need in windows before compress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 07:17 AM
05-22-2001 07:17 AM
Re: How to compress files.
To compress:
# /usr/contrib/bin/gzip yourfile
To uncompress:
# /usr/contrib/bin/gunzip -f yourfile.gz
You may also use the comamnds compress & uncompress
-fnhalili
==============
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 08:04 AM
05-22-2001 08:04 AM
Re: How to compress files.
I am part way there. I used:
compress filename. I then ftp'd the file to my PC. When I try to use Winzip (we have v8) it would not work. Winzip help says the file type is not supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 09:36 AM
05-22-2001 09:36 AM
SolutionMark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 10:03 AM
05-22-2001 10:03 AM
Re: How to compress files.
this will enable do your unix commands like compress, uncompress, gzip, gunzip. So if you ftp from UNIx to windoes you won't have compatibility problems.
http://www.research.att.com/sw/tools/uwin/
so you may now gzip your file, ftp then gunzip from windows to UNIX or UNUX to windows
-fnhalili
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 10:10 AM
05-22-2001 10:10 AM