|
uuencode's command-line arguments are confusing in that the optional argument is the first one (which is the attachment name), not the last one (which is the source filename). So the correct syntax for what you want should be uuencode AsetReports.doc /tmp/AsetReports.
|