uuencode
Encode binary files into ASCII for transport via mediums that only support simple ASCII encoding. More information: <https://manned.org/uuencode>.
Install
- All systems
-
curl cmd.cat/uuencode.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 updatesudo apt-get install sharutils - Raspbian
-
apt-get install sharutils - Docker
-
docker run cmd.cat/uuencode uuencodepowered by Commando
Encode binary files into ASCII for transport via mediums that only support simple ASCII encoding. More information: <https://manned.org/uuencode>.
-
Encode a file and print the result to `stdout`:
uuencode path/to/input_file output_file_name_after_decoding -
Encode a file and write the result to a file:
uuencode -o path/to/output_file path/to/input_file output_file_name_after_decoding -
Encode a file using Base64 instead of the default uuencode encoding and write the result to a file:
uuencode -m -o path/to/output_file path/to/input_file output_file_name_after_decoding
© tl;dr; authors and contributors