virtio-net: acknowledge used features
[minix3.git] / man / man1 / uud.1
blobe74b30bf7276bb6c343be228b0199ea6693b9fb3
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 .TP 5
19 .B \-n
20 # Do not verify checksums
21 .TP 5
22 .B \-s
23 # Name of directory where \fI.uue\fR file is
24 .TP 5
25 .B \-t
26 # Name of directory where output goes
27 .SH EXAMPLES
28 .TP 20
29 .B uud file.uue
30 # Re-create the original file
31 .TP 20
32 .B uud \- <file.uue
33 # The \- means use \fIstdin\fR
34 .SH DESCRIPTION
35 .PP
36 \fIUud\fR decodes a file encoded with \fIuue\fR or
37 \s-2UNIX\s+2
38 \fIuuencode\fR.
39 The decoded file is given the name that the original file had.  
40 The name information is part of the encoded file.
41 Mail headers and other junk before the encoded file are skipped.
42 .SH "SEE ALSO"
43 .BR uue (1).