add/re-enable at_wini debug output
[minix3.git] / man / man1 / uud.1
blobc885dadc7cdf63b9ab0b231bd8507a5eec4b5e07
1 .TH UUD 1
2 .SH NAME
3 uud, uudecode \- decode a binary file encoded with uue
4 .SH SYNOPSIS
5 \fBuud\fR [\fB\-n\fR]\fR [\fB\-s \fIsrcdir\fR] [\fB\-t \fIdstdir/\fR] \fIfile\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .FL "\-n" "Do not verify checksums"
19 .FL "\-s" "Name of directory where \fI.uue\fR file is"
20 .FL "\-t" "Name of directory where output goes"
21 .SH EXAMPLES
22 .EX "uud file.uue " "Re-create the original file"
23 .EX "uud \- <file.uue" "The \- means use \fIstdin\fR"
24 .SH DESCRIPTION
25 .PP
26 \fIUud\fR decodes a file encoded with \fIuue\fR or
27 \s-2UNIX\s+2
28 \fIuuencode\fR.
29 The decoded file is given the name that the original file had.  
30 The name information is part of the encoded file.
31 Mail headers and other junk before the encoded file are skipped.
32 .SH "SEE ALSO"
33 .BR uue (1).