compress-dummy
shar, unshar, uuencode, uudecode
Install
- All systems
-
curl cmd.cat/compress-dummy.sh
- Debian
-
apt-get install sharutils
- Ubuntu
-
apt-get install sharutils
- Alpine
-
apk add sharutils
- Arch Linux
-
pacman -S sharutils
- Kali Linux
-
apt-get install sharutils
- CentOS
-
yum install sharutils
- Fedora
-
dnf install sharutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sharutils
- Raspbian
-
apt-get install sharutils
- Dockerfile
- dockerfile.run/compress-dummy
- Docker
-
docker run cmd.cat/compress-dummy compress-dummy
powered by Commando
sharutils
shar, unshar, uuencode, uudecode
`shar' makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. `unshar' helps unpacking shell archives after reception. Other related utility programs help with other tasks. `uuencode' prepares a file for transmission over an electronic channel which ignores or otherwise mangles the eight bit (high order bit) of bytes. `uudecode' does the converse transformation.