====== 7zip ====== * http://www.7-zip.org/ ===== Install on Ubuntu ===== sudo apt-get install p7zip-full ===== 압축하기 ===== ===== 압축풀기 ===== * ''e'' or ''x'' * ''-o[디렉토리명'' : 압축 풀린 파일들이 저장될 디렉토리 지정. 없으면 현재 디렉토리 ===== 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]] # 압축 파일에 subdir/ 까지 포함돼 압축 7z a archive1.zip subdir/ # 압축 파일에서 subdir/ 은 제외하고 그 나머지 압축 7z a archive2.zip ./subdir/*