1UUFILTER(1x) UUFILTER(1x)
2
3
4
6 uufilter - decode uuencoded files to stdout
7
9 uufilter [-f outfilename] [-l] [-s] [-v] [infilename]
10
12 Uufilter is a "smart" uuencoded file decoder that can optionally dump
13 the file to stdout.
14
15 If no filename is supplied, input is read from stdin.
16
17 Uufilter automatically ignores lines that do not appear to be part of
18 the uuencoded file. This is particularly useful in uudecoding files
19 that have been concatenated from several email or news postings without
20 stripping off the headers or otherwise editing extraneous content.
21
23 -f filename
24 Dump output to filename rather than the name specified in the
25 uuencoded file.
26
27 -l Lenient mode. This is useful if passed through a mailer that
28 adds trailing spaces.
29
30 -s Dump output to stdout rather than to the filename indicated in
31 the uuencoded file.
32
33 -v Verbose mode; talks about what's going on.
34
36 Jim Frost (jimf@centerline.com)
37
38
39
40 21 October 1993 UUFILTER(1x)