tar1 파일 분할 및 압축관련 tar , tgz , gzip ,split 파일 압축 tar cvf 압축파일명.tar 압축할파일또는 폴더명 tar cvzf 압축파일명.tgz 압축할파일또는 폴더명 압축풀기 tar xvf 압축파일명.tar tar xvzf 압축파일명.tgz 파일분할 split -b 1700m 분할할파일명.tar 분할후파일명.tar_ ==>결과 분할후파일명.tar_aa 분할후파일명.tar_ab 파일합치기 [mac , linux ] cat 분할후파일명.tar_* > 합친파일명.tar [window] copy /b xa* files.tgz /b Copy /b file1+file2 file3 window copy 도움말 http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/copy.ms.. 2020. 4. 27. 이전 1 다음 반응형