split 으로 파일 짜르고 합치기 정보
기타 split 으로 파일 짜르고 합치기본문
아래와 같은 압축파일이 있다.
-rw-r--r-- 1 root root 3966 Mar 3 15:18 test.tar.gz
-C 옵션을 사용한다.
-C, --line-bytes=SIZE put at most SIZE bytes of lines per output file
여러개의 파일로 쪼갠다.
[root@oracle test]# cat abc* >> test.tar.gz
기존 압축파일과 용량이 같다.
-rw-r--r-- 1 root root 3966 Mar 3 15:20 test.tar.gz
압축을 풀면 아래 파일들이 나타난다.
-rw-r--r-- 1 root root 7685 Mar 3 15:17 1.txt
-rw-r--r-- 1 root root 1678 Mar 3 15:18 2.txt<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
-rw-r--r-- 1 root root 3966 Mar 3 15:18 test.tar.gz
-C 옵션을 사용한다.
-C, --line-bytes=SIZE put at most SIZE bytes of lines per output file
여러개의 파일로 쪼갠다.
[root@oracle test]# cat abc* >> test.tar.gz
기존 압축파일과 용량이 같다.
-rw-r--r-- 1 root root 3966 Mar 3 15:20 test.tar.gz
압축을 풀면 아래 파일들이 나타난다.
-rw-r--r-- 1 root root 7685 Mar 3 15:17 1.txt
-rw-r--r-- 1 root root 1678 Mar 3 15:18 2.txt<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
추천
0
0
댓글 1개
좋은팀 감사 합니다.