Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Compress cmd in Linux  (Read 5880 times)

0 Members and 1 Guest are viewing this topic.

Aunty Nutter

  • Guest
Compress cmd in Linux
« on: February 08, 2005, 06:40:11 PM »
 How can I use the (Unix) command - compress in a Linux environment?
Reason: the resulting file will be copied into a remote Unix system.
I usually use the gzip command for Linux, but this isn't available in Unix, for the destination user to execute.

juijui

  • Guest
Re: Compress cmd in Linux
« Reply #1 on: February 08, 2005, 06:54:41 PM »
test reply

hrishi

  • Guest
Re: Compress cmd in Linux
« Reply #2 on: February 23, 2005, 11:31:15 PM »
1) You can use compress command in Linux by following command.

compress filename

The resultant file will be filename.Z & u can use uncompress command for the same in linux.

2) If you are having Unixware 7.00, you can put gzip & gunzip in /usr/bin, and both the gzip & gunzip will work in Unix system also.

Hope this solves ur query.
« Last Edit: February 23, 2005, 11:32:20 PM by hrishi »