How to compress on unix?

Z

zeke

Running ActivePerl on Windows2000PRO. Need perl script to 'tell'
connected unix workstation to compress specified files on the unix
drive. Not compressing/zipping on Windows platform. Must use unix
command "compress". Any assist/direction/samples appreciated!

Zeke
 
J

John Bokma

zeke said:
Running ActivePerl on Windows2000PRO. Need perl script to 'tell'
connected unix workstation to compress specified files on the unix
drive. Not compressing/zipping on Windows platform. Must use unix
command "compress". Any assist/direction/samples appreciated!

man compress
SSH
 
J

James Willmore

Running ActivePerl on Windows2000PRO. Need perl script to 'tell'
connected unix workstation to compress specified files on the unix
drive. Not compressing/zipping on Windows platform. Must use unix
command "compress". Any assist/direction/samples appreciated!

There are various compression modules on CPAN. You could use one of them.
http://search.cpan.org/

Or, you could use the 'system' function (perldoc -f system) to execute the
`compress` command on the *NIX box.

HTH

--
Jim

Copyright notice: all code written by the author in this post is
released under the GPL. http://www.gnu.org/licenses/gpl.txt
for more information.

a fortune quote ...
So, what's with this guy Gideon, anyway? And why can't he ever
remember his Bible?
 
T

Tintin

zeke said:
Running ActivePerl on Windows2000PRO. Need perl script to 'tell'
connected unix workstation to compress specified files on the unix
drive. Not compressing/zipping on Windows platform. Must use unix
command "compress". Any assist/direction/samples appreciated!

Why use compress? Better to use gzip or zip.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top