uuencode.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
uuencode.1 (572B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt UUENCODE 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm uuencode | |
6 .Nd encode a binary file | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl m | |
10 .Op Ar file | |
11 .Ar name | |
12 .Sh DESCRIPTION | |
13 .Nm | |
14 reads | |
15 .Ar file | |
16 and writes an encoded version to stdout. | |
17 The encoding uses only printing ASCII characters and | |
18 includes the mode of the file and the operand | |
19 .Ar name | |
20 for use by uudecode. | |
21 If no | |
22 .Ar name | |
23 is given | |
24 .Nm | |
25 reads from stdin. | |
26 .Sh OPTIONS | |
27 .Bl -tag -width Ds | |
28 .It Fl m | |
29 Use Base64 for encoding. | |
30 .El | |
31 .Sh SEE ALSO | |
32 .Xr uudecode 1 | |
33 .Sh STANDARDS | |
34 The | |
35 .Nm | |
36 utility is compliant with the | |
37 .St -p1003.1-2013 | |
38 specification. |