logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

unalz - decompresses alzip formatted files with names ending in ".alz"

Author

ChangwooRyu
           Author.

Description

unalz tool is the utility used for decompressing alzip format file. It mainly operates on files with
       names ending in '.alz'.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

Name

       unalz - decompresses alzip formatted files with names ending in ".alz"

Options

-utf8
           convert filename's codepage to UTF-8 (default).

       -cp949
           convert filename's codepage to CP949.

       -euc-kr
           convert filename's codepage to EUC-KR.

       -l
           list the archive contents.

       -dDIR
           set output directory.

       -p
           extract files to pipe, no messages.

       -pwdPWD
           set password.

See Also

       unzip (1), gzip (1).

Synopsis

unalz [OPTIONS...] archive.alz [files_to_extract...]

See Also