- Notifications
You must be signed in to change notification settings - Fork2
Utility for uncompressing data from 7z archive to stdout
License
NotificationsYou must be signed in to change notification settings
essentialkaos/7zcat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation •Usage •CI Status •License
7zcat
is simple utility for uncompressing 7z files and writing uncompressed data to standard output.
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep'CPE_NAME' /etc/os-release| tr -d'"'| cut -d':' -f5).noarch.rpmsudo yum install 7zcat
curl -fL# -o cain https://kaos.sh/7zcat/SOURCES/7zcatchmod +x 7zcatsudo mv 7zcat /usr/bin/
Also, you can use the latest version of utility without installation:
bash<(curl -fsSL https://kaos.sh/7zcat/SOURCES/7zcat)# pass options and arguments here
git clone https://kaos.sh/7zcat.gitcd 7zcatsudo make install
Branch | Status |
---|---|
master | |
develop |
About
Utility for uncompressing data from 7z archive to stdout