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
06-12-2003 08:44 AM
06-12-2003 08:44 AM
Compress
COMPRESS EXT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:47 AM
06-12-2003 08:47 AM
Re: Compress
If it were lower case like:
# compress EXT
It would compress the EXT file and create a new file called EXT.Z
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:49 AM
06-12-2003 08:49 AM
Re: Compress
used propertly (lowercase) will create a compress file
EXT.Z
Regards,
Dario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:50 AM
06-12-2003 08:50 AM
Re: Compress
used propertly (lowercase) will create a compress file
EXT.Z
Regards,
Dario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:51 AM
06-12-2003 08:51 AM
Re: Compress
used propertly (lowercase) will create a compress file
EXT.Z
Regards,
Dario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:53 AM
06-12-2003 08:53 AM
Re: Compress
Regards,
Dario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:55 AM
06-12-2003 08:55 AM
Re: Compress
root@wmo_a# ll
-rw-r--r-- 1 ora dba 3711277 May 31 16:35 tmp.txt
root@wmo_a# compress tmp.txt
root@wmo_a# ll
-rw-r--r-- 1 ora dba 336469 May 31 16:35 tmp.txt.Z
2. you may uncompress file as below:
root@wmo_a# uncompress tmp.txt.Z
root@wmo_a# ll
-rw-r--r-- 1 ora dba 3711277 May 31 16:35 tmp.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:55 AM
06-12-2003 08:55 AM
Re: Compress
the file EXT and rename it EXT.Z
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 08:57 AM
06-12-2003 08:57 AM