7z zip을 추출하는 방법과 올바른 디렉토리 구조가 있습니까?
XXXhostXXX:temp XXXuserXXX$ ls -a dir1/ . .. a.txt b.txt XXXhostXXX:temp XXXuserXXX$ pwd /Users/XXXuserXXX/temp XXXhostXXX:temp XXXuserXXX$ 7z a -t7z dir1 dir1 7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 p7zip Version 9.20 (locale=utf8,Utf16=on,HugeFiles=on,4 CPUs) Scanning Creating archive dir1.7z Compressing dir1/a.txt Compressing dir1/b.txt Everything is Ok XXXhostXXX:temp XXXuserXXX$ ls dir1 dir1.7z …