Current Directory:
/usr/share/doc/perl-IO-Compress-2.061/io/bzip2
Upload
Create File
File Name
Size
Actions
bzcat
503 bytes
Edit
|
Delete
|
Rename
|
Download
bzgrep
495 bytes
Edit
|
Delete
|
Rename
|
Download
bzstream
135 bytes
Edit
|
Delete
|
Rename
|
Download
#!/usr/bin/perl use strict ; use warnings ; use IO::Compress::Bzip2 qw(:all); bzip2 '-' => '-' or die "bzstream: $Bzip2Error\n" ;
Save Changes