Pete Forman <[EMAIL PROTECTED]> writes:

> That fails on both AIX and IRIX.  Neither support any uudecode option
> to write to stdout.

So, what does one do for those systems?

    tmpdir=/tmp/rcp.$$
    ( mkdir $tmpdir
      cd $tmpdir
      uudecode
      cat * )
    rm -rf $tmpdir

Whee...

Or this?

    ( cd /tmp ; echo "begin 644 rcp.$$" ; tail +2 ) | uudecode
    cat /tmp/rcp.$$
    rm -f /tmp/rcp.$$

Whee...

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)

Reply via email to