creitve / 7zcat

Utility for uncompressing data from 7z archive to stdout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7zcat Code Climate License

7zcat is simple utility for uncompressing 7z files and writing uncompressed data to standart output.

Installation

From ESSENTIAL KAOS Public repo for RHEL6/CentOS6

[sudo] yum install -y https://yum.kaos.io/6/release/x86_64/kaos-repo-8.0-0.el6.noarch.rpm
[sudo] yum install 7zcat

From ESSENTIAL KAOS Public repo for RHEL7/CentOS7

[sudo] yum install -y https://yum.kaos.io/7/release/x86_64/kaos-repo-8.0-0.el7.noarch.rpm
[sudo] yum install 7zcat

Using install.sh

We provide simple bash script install.sh for installing app from the sources.

... install 7zip

git clone https://github.com/essentialkaos/7zcat.git
cd 7zcat

sudo ./install.sh

If you have some issues with installing, try to use script in debug mode:

sudo ./install.sh --debug

Usage

Usage: 7zcat {options} file...

Options

  --password, -p password    Use password for unpacking archives
  --no-color, -nc            Disable colors in output
  --help, -h                 Show this help message
  --version, -v              Show information about version

Examples

  7zcat file.7z
  Show content of file.7z

  7zcat -p test1234 protected-file.7z
  Show content of password protected file

Build Status

Branch Status
master Build Status
develop Build Status

License

EKOL

About

Utility for uncompressing data from 7z archive to stdout


Languages

Language:Shell 100.0%