https://github.com/remino/unzip2dir
Unzip archive into directory
https://github.com/remino/unzip2dir
dir directory folder unzip zip
Last synced: 10 months ago
JSON representation
Unzip archive into directory
- Host: GitHub
- URL: https://github.com/remino/unzip2dir
- Owner: remino
- License: isc
- Created: 2024-06-24T11:46:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T11:46:56.000Z (over 1 year ago)
- Last Synced: 2025-01-31T12:31:20.535Z (12 months ago)
- Topics: dir, directory, folder, unzip, zip
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# unzip2dir
Unzip a zip file to a directory of the same name than the zip file.
- If the content of the zip file is not in a directory, one will be created.
- If the zip file is already in single directory, the file will be unzipped as is.
## Usage
```sh
unzip2dir
```