리눅스 gzip

Jmnote (토론 | 기여)님의 2019년 6월 23일 (일) 20:47 판 (새 문서: ==개요== ;리눅스 gzip ;/bin/gzip <source lang='console'> testuser@localhost:~$ fallocate -l 1MB test.txt testuser@localhost:~$ ll test.txt -rw-rw-r-- 1 jmnote jmnote 1000000 Jun...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

리눅스 gzip
/bin/gzip
testuser@localhost:~$ fallocate -l 1MB test.txt
testuser@localhost:~$ ll test.txt
-rw-rw-r-- 1 jmnote jmnote 1000000 Jun 23 20:45 test.txt
testuser@localhost:~$ gzip test.txt 
testuser@localhost:~$ ll test.*
-rw-rw-r-- 1 jmnote jmnote 1012 Jun 23 20:45 test.txt.gz
→ test.txt 파일이 text.txt.gz로 압축되고 원본은 삭제되었다.

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}