관리-도구
편집 파일: xzstream
#!/usr/bin/perl use strict ; use warnings ; use IO::Compress::Xz qw(:all); xz '-' => '-' or die "xzstream: $XzError\n" ;