|
6.
|
|
|
xz, unxz, xzcat, lzma, unlzma, lzcat - Compress or decompress .xz and .lzma files
|
|
|
type: Plain text
|
|
|
|
xz, unxz, xzcat, lzma, unlzma, lzcat - .xz 파일과 .lzma 파일을 압축 또는 압축 해제합니다
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:12
|
|
7.
|
|
|
SYNOPSIS
|
|
|
type: SH
|
|
|
|
요약
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:13 ../src/xzdec/xzdec.1:10 ../src/lzmainfo/lzmainfo.1:10
../src/scripts/xzdiff.1:12 ../src/scripts/xzgrep.1:12
../src/scripts/xzless.1:13 ../src/scripts/xzmore.1:10
|
|
8.
|
|
|
B<xz> [I<option...>] [I<file...>]
|
|
|
type: Plain text
|
|
|
|
B<xz> [I<<옵션>...>] [I<E<lt>파일E<gt>...>]
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:17
|
|
9.
|
|
|
COMMAND ALIASES
|
|
|
type: SH
|
|
|
|
명령 별칭
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:18
|
|
10.
|
|
|
B<unxz> is equivalent to B<xz --decompress>.
|
|
|
type: Plain text
|
|
|
|
B<unxz> 명령은 B<xz --decompress> 명령과 동일합니다.
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:22
|
|
11.
|
|
|
B<xzcat> is equivalent to B<xz --decompress --stdout>.
|
|
|
type: Plain text
|
|
|
|
B<xzcat> 명령은 B<xz --decompress --stdout> 명령과 동일합니다.
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:26
|
|
12.
|
|
|
B<lzma> is equivalent to B<xz --format=lzma>.
|
|
|
type: Plain text
|
|
|
|
B<lzma> 명령은 B<xz --format=lzma> 명령과 동일합니다.
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:30
|
|
13.
|
|
|
B<unlzma> is equivalent to B<xz --format=lzma --decompress>.
|
|
|
type: Plain text
|
|
|
|
B<unlzma> 명령은 B<xz --format=lzma --decompress> 명령과 동일합니다.
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:34
|
|
14.
|
|
|
B<lzcat> is equivalent to B<xz --format=lzma --decompress --stdout>.
|
|
|
type: Plain text
|
|
|
|
B<lzcat> 명령은 B<xz --format=lzma --decompress --stdout> 명령과 동일합니다.
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:38
|
|
15.
|
|
|
When writing scripts that need to decompress files, it is recommended to always use the name B<xz> with appropriate arguments (B<xz -d> or B<xz -dc>) instead of the names B<unxz> and B<xzcat>.
|
|
|
type: Plain text
|
|
|
|
파일 압축을 해제해야 하는 셸 스크립트를 작성할 때, B<unxz> 와 B<xzcat> 이름 대신 B<xz> 명령과 적절한 인자 값(B<xz -d> 또는 B<xz -dc>)의 사용을 추천드립니다.
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
../src/xz/xz.1:50
|