Skip to content

Unzip

Command to list, test and extract compressed files in a ZIP archive.

Flags

-q
unzip 과정을 출력하지 않는다.
-o
동일한 파일이 존재할 경우 덮어쓴다. (Overwrite)
-d {dir_path}
출력 경로를 지정한다.

Decompress a zip

To decompress a zip file in Unix, enter:

$ unzip filename

Example

출력 경로를 지정한다.
$ unzip -qo jpegsr9a.zip -d $HOME/output

See also

Favorite site