>>>>> "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes:
Voytek> is there a way to decode base64 with uudecode ? # uudecode <
Voytek> test uudecode: stdin: No `begin' line
Most mime-compliant mailers have base64 coding/decoding built in.
uudecode expects a
begin 644 filename
line at the start of the file.
You could try:
{ echo 'begin-base64 644 x.wav'; cat file; echo ====; } | uudecode
--
Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au ERTOS within National ICT Australia
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html