source: trunk/minix/man/man1/uud.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 817 bytes
Line 
1.TH UUD 1
2.SH NAME
3uud, 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
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
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.
29The decoded file is given the name that the original file had.
30The name information is part of the encoded file.
31Mail headers and other junk before the encoded file are skipped.
32.SH "SEE ALSO"
33.BR uue (1).
Note: See TracBrowser for help on using the repository browser.