사용자 도구

사이트 도구


7zip

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판 양쪽 다음 판
7zip [2015/09/19 15:57]
kwon37xi 만듦
7zip [2015/09/19 15:58]
kwon37xi
줄 2: 줄 2:
   * http://www.7-zip.org/   * http://www.7-zip.org/
  
 +===== sub directory 압축 =====
 +  * [[http://superuser.com/questions/340046/create-an-archive-from-a-directory-without-the-directory-name-being-added-to-the|7 zip - Create an archive from a directory without the directory name being added to the archive - Super User]]
 +<code sh>
 +# 압축 파일에 subdir/ 까지 포함돼 압축
 +7z a archive1.zip subdir/
 +
 +# 압축 파일에서 subdir/ 은 제외하고 그 나머지 압축
 +7z a archive2.zip ./subdir/*
 +</code>
  
7zip.txt · 마지막으로 수정됨: 2015/09/19 16:19 저자 kwon37xi