https://github.com/Beasta/grumpUnzip
Unzip files from the command line
https://github.com/Beasta/grumpUnzip
bash-script command-line-tool easy grump how-to unzip zip
Last synced: over 1 year ago
JSON representation
Unzip files from the command line
- Host: GitHub
- URL: https://github.com/Beasta/grumpUnzip
- Owner: Beasta
- Created: 2017-05-21T07:46:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T08:22:57.000Z (about 9 years ago)
- Last Synced: 2024-10-24T16:51:01.894Z (over 1 year ago)
- Topics: bash-script, command-line-tool, easy, grump, how-to, unzip, zip
- Language: Shell
- Homepage: https://grumpjs.com/
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unzip
Unzip files on the command line
If grump has not yet been installed, you can do so using:
```bash
npm i -g grump
```
Example usage:
```
grump unzip
```
see [grumpJS.com](https://grumpjs.com) to find other useful grumps!