Create unzip command (#25050)
This commit is contained in:
committed by
Randell Dawson
parent
238ffea845
commit
8631fa99c4
16
guide/english/bash/bash-unzip/index.md
Normal file
16
guide/english/bash/bash-unzip/index.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Bash unzip
|
||||
---
|
||||
|
||||
## Bash command: unzip
|
||||
|
||||
**unzip will list, test, or extract files from a ZIP archive, commonly found on MS-DOS systems.**
|
||||
```
|
||||
unzip [-Z] [-cflptTuvz[abjnoqsCDKLMUVWX$/:^]] file[.zip] [file(s) ...] [-x xfile(s) ...] [-d exdir]
|
||||
```
|
||||
Example:
|
||||
|
||||
Easiest way to extract in current folder
|
||||
```
|
||||
unzip file.zip
|
||||
```
|
Reference in New Issue
Block a user