Skip to content

아카이브 별칭

아카이브 압축, 추출 및 관리. 모든 주요 형식 지원.

개요

이 별칭은 archives.aliases.sh에 정의되어 있으며 Chezmoi에 의해 자동으로 로드됩니다.

참조

범용 추출

extract 명령 (단축어 x)은 모든 아카이브를 자동 감지하여 추출합니다:

bash
extract archive.tar.gz

지원 형식: .tar.bz2, .tbz2, .tar.gz, .tgz, .tar.xz, .tar.zst, .tar, .bz2, .gz, .rar, .zip, .Z, .7z, .zst, .xz, .lz4, .lha, .lzh, .arj, .arc, .dms

압축

compress 명령 (단축어 ac)으로 아카이브 생성:

bash
compress tgz file1 file2 directory output.tar.gz
compress zip -l 9 important_files backup.zip

지원 형식: tar, tgz, tbz2, txz, tzst, zip, 7z, gz, bz2, xz, zst, lz4, rar

백업

backup (단축어 bak)으로 타임스탬프 백업 생성:

bash
backup important_folder
backup database.sql zip

내용 목록

list_archive (단축어 lar)로 아카이브 내용 보기:

bash
list_archive backup.tar.gz

아카이브 도구

별칭설명
c7z7z 아카이브 생성
x7z7z 아카이브 추출
l7z7z 내용 목록
ctartar 아카이브 생성
xtartar 아카이브 추출
ltartar 내용 목록
ctgztar.gz 아카이브 생성
xtgztar.gz 아카이브 추출
ltgztar.gz 내용 목록
ctbztar.bz2 아카이브 생성
xtbztar.bz2 아카이브 추출
ltbztar.bz2 내용 목록
ctxztar.xz 아카이브 생성
xtxztar.xz 아카이브 추출
ltxztar.xz 내용 목록
ctzsttar.zst 아카이브 생성
xtzsttar.zst 아카이브 추출
ltzsttar.zst 내용 목록
czipzip 아카이브 생성
xzipzip 아카이브 추출
lzipzip 내용 목록
crarrar 아카이브 생성
xrarrar 아카이브 추출
lrarrar 내용 목록

압축 도구

별칭설명
cgzgzip으로 압축
xgzgzip 추출
cbzbzip2로 압축
xbzbzip2 추출
cxzxz로 압축
xxzxz 추출
czstzstd로 압축
xzstzstd 추출
clz4lz4로 압축
xlz4lz4 추출