-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

uuencode


> Encode binary files into ASCII for transport via mediums that only support simple ASCII encoding.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:10:59 2024