We are getting ms-dos products from a Novell server and putting them on
an HP/UX server that emails them out. Part of the whole sequence is the
uuencode. In HP/UX I wrote a script that uuencode's the file then mails
it off. It looks like this:
uuencode $local$file $product.exe >> $local$file.asc
mailx -s $product ` cat /u2/custprod/PI_dwire/$product_code.mail.lst` <
$local$file.asc
however, we are switching over to a solaris environment, and I am
struggling with uuencode in solaris. I always get this error:
ISO8859-1 to 646 coversion: Invalid Argument
no matter WHAT syntax I try and do. Could someone point me in the right
direction? thanks
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.