Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ullenius/seven-zip-multi-extract
Bash script for multi extracting 7z-files to subfolders
https://github.com/ullenius/seven-zip-multi-extract
7z-archives 7zip bash command-line-tool mit-license shell
Last synced: 2 days ago
JSON representation
Bash script for multi extracting 7z-files to subfolders
- Host: GitHub
- URL: https://github.com/ullenius/seven-zip-multi-extract
- Owner: ullenius
- License: mit
- Created: 2020-01-02T22:33:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T22:44:15.000Z (about 5 years ago)
- Last Synced: 2024-11-08T10:50:36.959Z (about 2 months ago)
- Topics: 7z-archives, 7zip, bash, command-line-tool, mit-license, shell
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 7z unzipper
author: Anosh2019-10-16
## Description
Mass extracts 7z-archives in the working directory to subfolders named after
the archive. Whitespace and file extension is removed from the directory-names.### For example:
The contents ofMy Archive.7z
gets extracted to a folder namedMyArchive/
## Usage
Run `gbs-ls.sh` without arguments## Requirements:
* bash
* xargs
* 7z (7-Zip file archiver)