Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 7z unzipper
author: Anosh

2019-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 of

My Archive.7z
gets extracted to a folder named

MyArchive/

## Usage
Run `gbs-ls.sh` without arguments

## Requirements:

* bash
* xargs
* 7z (7-Zip file archiver)