summaryrefslogtreecommitdiff
path: root/util/sbase/uuencode.1
blob: 859f4a791c77c96e338f5ba713c030ea12e5145d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.Dd October 8, 2015
.Dt UUENCODE 1
.Os sbase
.Sh NAME
.Nm uuencode
.Nd encode a binary file
.Sh SYNOPSIS
.Nm
.Op Fl m
.Op Ar file
.Ar name
.Sh DESCRIPTION
.Nm
reads
.Ar file
and writes an encoded version to stdout.
The encoding uses only printing ASCII characters and
includes the mode of the file and the operand
.Ar name
for use by uudecode.
If no
.Ar name
is given
.Nm
reads from stdin.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl m
Use Base64 for encoding.
.El
.Sh SEE ALSO
.Xr uudecode 1
.Sh STANDARDS
POSIX.1-2013.