logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

uufilter - decode uuencoded files to stdout

Author

       Jim Frost (jimf@centerline.com)

                                                 21 October 1993                                    UUFILTER(1x)

Description

Uufilter is a "smart" uuencoded file decoder that can optionally dump the file to stdout.

       If no filename is supplied, input is read from stdin.

       Uufilter  automatically  ignores  lines  that  do  not  appear to be part of the uuencoded file.  This is
       particularly useful in uudecoding files that have been concatenated from several email or  news  postings
       without stripping off the headers or otherwise editing extraneous content.

Name

       uufilter - decode uuencoded files to stdout

Options

       -f filename
               Dump output to filename rather than the name specified in the uuencoded file.

       -l      Lenient mode.  This is useful if passed through a mailer that adds trailing spaces.

       -s      Dump output to stdout rather than to the filename indicated in the uuencoded file.

       -v      Verbose mode; talks about what's going on.

Synopsis

uufilter [-f outfilename] [-l] [-s] [-v] [infilename]

See Also