1 '\" te
2 .\" Copyright 1989 AT&T Copyright (c) 1980 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution. Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved Portions Copyright (c) 2002, X/Open Company Limited All Rights Reserved
3 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
4 .\" http://www.opengroup.org/bookstore/.
5 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
6 .\" This notice shall appear on any product containing this material.
7 .TH UUENCODE 1C "Aug 6, 2003"
8 .SH NAME
9 uuencode, uudecode \- encode a binary file, or decode its encoded
10 representation
11 .SH SYNOPSIS
12 .LP
13 .nf
14 \fBuuencode\fR [\fIsource-file\fR] \fIdecode_pathname\fR
15 .fi
16
17 .LP
18 .nf
19 \fBuuencode\fR [\fB-m\fR] [\fIsource-file\fR] \fIdecode_pathname\fR
20 .fi
21
22 .LP
23 .nf
24 \fBuudecode\fR [\fB-p\fR] [\fIencoded-file\fR]
25 .fi
26
27 .LP
136 and \fBuudecode\fR when encountering files greater than or equal to 2 Gbyte (
137 2^31 bytes).
138 .SH ENVIRONMENT VARIABLES
139 .sp
140 .LP
141 See \fBenviron\fR(5) for descriptions of the following environment variables
142 that affect the execution of \fBuuencode\fR and \fBuudecode\fR: \fBLANG\fR,
143 \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
144 .SH OUTPUT
145 .sp
146 .LP
147 stdout
148 .SS "uuencode Base64 Algorithm"
149 .sp
150 .LP
151 The standard output is a text file, encoded in the character set of the current
152 locale, that begins with the line:
153 .sp
154 .in +2
155 .nf
156 begin-base64 %s %s\n, \fImode\fR, \fIdecode_pathname\fR
157 .fi
158 .in -2
159 .sp
160
161 .sp
162 .LP
163 and ends with the line:
164 .sp
165 .in +2
166 .nf
167 ====
168 .fi
169 .in -2
170 .sp
171
172 .sp
173 .LP
174 In both cases, the lines have no preceding or trailing blank characters.
175 .sp
176 .LP
|
1 '\" te
2 .\" Copyright 1989 AT&T Copyright (c) 1980 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution. Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved Portions Copyright (c) 2002, X/Open Company Limited All Rights Reserved
3 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
4 .\" http://www.opengroup.org/bookstore/.
5 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
6 .\" This notice shall appear on any product containing this material.
7 .TH UUENCODE 1C "Sep 10, 2013"
8 .SH NAME
9 uuencode, uudecode \- encode a binary file, or decode its encoded
10 representation
11 .SH SYNOPSIS
12 .LP
13 .nf
14 \fBuuencode\fR [\fIsource-file\fR] \fIdecode_pathname\fR
15 .fi
16
17 .LP
18 .nf
19 \fBuuencode\fR [\fB-m\fR] [\fIsource-file\fR] \fIdecode_pathname\fR
20 .fi
21
22 .LP
23 .nf
24 \fBuudecode\fR [\fB-p\fR] [\fIencoded-file\fR]
25 .fi
26
27 .LP
136 and \fBuudecode\fR when encountering files greater than or equal to 2 Gbyte (
137 2^31 bytes).
138 .SH ENVIRONMENT VARIABLES
139 .sp
140 .LP
141 See \fBenviron\fR(5) for descriptions of the following environment variables
142 that affect the execution of \fBuuencode\fR and \fBuudecode\fR: \fBLANG\fR,
143 \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
144 .SH OUTPUT
145 .sp
146 .LP
147 stdout
148 .SS "uuencode Base64 Algorithm"
149 .sp
150 .LP
151 The standard output is a text file, encoded in the character set of the current
152 locale, that begins with the line:
153 .sp
154 .in +2
155 .nf
156 begin-base64 %s %s\en, \fImode\fR, \fIdecode_pathname\fR
157 .fi
158 .in -2
159 .sp
160
161 .sp
162 .LP
163 and ends with the line:
164 .sp
165 .in +2
166 .nf
167 ====
168 .fi
169 .in -2
170 .sp
171
172 .sp
173 .LP
174 In both cases, the lines have no preceding or trailing blank characters.
175 .sp
176 .LP
|