minix/man/man1/uud.1

44 lines
833 B
Groff
Raw Normal View History

2005-05-02 15:01:42 +02:00
.TH UUD 1
.SH NAME
uud, uudecode \- decode a binary file encoded with uue
.SH SYNOPSIS
\fBuud\fR [\fB\-n\fR]\fR [\fB\-s \fIsrcdir\fR] [\fB\-t \fIdstdir/\fR] \fIfile\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH OPTIONS
2012-03-31 23:44:29 +02:00
.TP 5
.B \-n
# Do not verify checksums
.TP 5
.B \-s
# Name of directory where \fI.uue\fR file is
.TP 5
.B \-t
# Name of directory where output goes
2005-05-02 15:01:42 +02:00
.SH EXAMPLES
2012-03-31 23:44:29 +02:00
.TP 20
.B uud file.uue
# Re-create the original file
.TP 20
.B uud \- <file.uue
# The \- means use \fIstdin\fR
2005-05-02 15:01:42 +02:00
.SH DESCRIPTION
.PP
\fIUud\fR decodes a file encoded with \fIuue\fR or
\s-2UNIX\s+2
\fIuuencode\fR.
The decoded file is given the name that the original file had.
The name information is part of the encoded file.
Mail headers and other junk before the encoded file are skipped.
.SH "SEE ALSO"
.BR uue (1).