리눅스(유닉스)에서 ~~.gz 로 압축되어 있다면
그것은 gzip을 이용해 압축된 파일이다.
gzip은 굉장히 전통적으로 오랜기간 사용되어오던 압축프로그램이다.
(요즘은 리눅스 서버를 설치하면 따로 설치하지 않아도 기본적으로 사용가능하다는...)
gzip은 아래옵션으로 압축을 해제 할수가 있다.
gzip -d 파일명~.gz
*참고 옵션 설명은 아래와 같다.
OPTIONS -a --ascii Ascii text mode: convert end-of-lines using local conventions. This option is supported only on some non-Unix systems. For MSDOS, CR LF is converted to LF when compressing, and LF is converted to CR LF when decompressing. -c --stdout --to-stdout Write output on standard output; keep original files unchanged. If there are several input files, the output consists of a sequence of independently compressed members. To obtain better compression, concatenate all input files before compressing them. -d --decompress --uncompress Decompress. -f --force Force compression or decompression even if the file has multiple links or the corresponding file already exists, or if the compressed data is read from or written to a terminal. If the input data is not in a format recognized by gzip, and if the option --stdout is also given, copy the input data without change to the stan‐ dard output: let zcat behave as cat. If -f is not given, and when not running in the background, gzip prompts to verify whether an existing file should be over‐ written. -h --help Display a help screen and quit. -k --keep Keep (don't delete) input files during compression or decompression. -l --list For each compressed file, list the following fields: compressed size: size of the compressed file uncompressed size: size of the uncompressed file ratio: compression ratio (0.0% if unknown) uncompressed_name: name of the uncompressed file |
리눅스 gz 압축 해제 명령어
gzip -d 파일명.gz
vmware player 설치기 (0) | 2020.01.20 |
---|---|
solaris os, 메모리 많이 사용하는 프로세스 확인하기 (0) | 2019.11.22 |
클라우드 시스템 도입했는데 이중화까지 해라? (0) | 2019.04.18 |
윈10에서 너무 바뀐 그림판, 예전 버전으로 사용해보자 (0) | 2019.04.10 |
ls 명령어로 숫자 범위 지정하기 (0) | 2019.04.08 |