Tar (gzip & bzip2)
- 여러 파일을 묶을 수 있는 명령어
- gzip 또는 bzip2는 Tar로 묶어진 파일을 크기를 줄여주는 역할
tar [option] [S] [D]
* options
- c : compress files
- x : decompress files
- f : appoints kinds of tar file
- t : show path of files
- v : show precess
- z : gzip
- j : bzip2
'Linux' 카테고리의 다른 글
[Vim] Vim diff (0) | 2013.02.13 |
---|---|
[Vim] Tips (0) | 2013.02.13 |
[Cygwin] apt-cyg (0) | 2013.02.13 |
[명령어] Find (0) | 2013.02.13 |
[Cygwin] Repo (0) | 2013.02.01 |
댓글