Top "Uuencode" questions

Uuencode is an algorithm for converting binary files to text.

How to base64 encode /dev/random or /dev/urandom?

cat /dev/urandom is always a fun way to create scrolling characters on your display, but produces too many non-printable …

bash linux base64 uuencode random
Using sendmail for HTML body and binary attachment

Objective: To send mail (using sendmail) with HTML body and binary attachment. Followed the guidelines specified in the following links …

shell unix sendmail ksh uuencode
Send a mail using 'sendmail' with uuencode, and having a subject alongwith

I am trying to send a mail with attachment using sendmail. The problem is I am unable to send a …

linux sendmail uuencode
Send e-mail with multiple attachments using command line and sendmail

Is it possible to send multiple attachments with uuencode and sendmail? In a script I have a variable containing the …

bash email sendmail uuencode