from small one page howto to huge articles all in one place

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

206991

userrating:


May 25th. 2007:
Words

486

Views

257456

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

148368

userrating:


April, 26th. 2006:

Druckversion . pdf icon
You are here: System


Uuencode - Uudecode manual


DESCRIPTION


Uuencode and uudecode are used to transmit binary files
over transmission mediums that do not support other than
simple ASCII data.

Uuencode reads file (or by default the standard input) and
writes an encoded version to the standard output. The
encoding uses only printing ASCII characters and includes
the mode of the file and the operand name for use by uude-
code.

Uudecode transforms uuencoded files (or by default, the
standard input) into the original form. The resulting
file is named name and will have the mode of the original
file except that setuid and execute bits are not retained.
Uudecode ignores any leading and trailing lines.

Reference file = rgb.gif

Uuencode

Uuencode syntax: uuencode file_to_be_encoded encoded_file > output_file

NOTE: The file_to_be_encoded and the encoded_file can be the same name.

EXAMPLE:

uuencode   rgb.gif rgb.gif  >  rgbfxr

UUdecode

Uudecode syntax: uudecode output_file

NOTE: This created a file with the name in the output_file.

You can view the encoded file name by issuing the command head outputfile

EXAMPLE:

uudecode output_file

Note: The file rgb.gif will be decoded.

Application

You want to encode a binary file and attach it to an E-Mail for an individual who does not have a MIME mail client.

You can encode the file and the recipent can decode the attached file and now have the original binary file.

back





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 56.1 ms