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)
- $Id: rcp.el,v 1.220 2000/01/09 20:45:28 grossjoh Exp $ Kai Gro�johann
- Re: $Id: rcp.el,v 1.220 2000/01/09 20:45:28 grossj... Pete Forman
- Re: $Id: rcp.el,v 1.220 2000/01/09 20:45:28 gr... Francesco Potorti`
- Re: $Id: rcp.el,v 1.220 2000/01/09 20:45:2... Pete Forman
- Re: $Id: rcp.el,v 1.220 2000/01/09 20:45:28 gr... Kai Gro�johann
- Re: $Id: rcp.el,v 1.220 2000/01/09 20:45:2... Pete Forman
- Re: $Id: rcp.el,v 1.220 2000/01/09 20:... Kai Gro�johann
- Re: $Id: rcp.el,v 1.220 2000/01/0... Pete Forman
