* Manfred Lotz <manfred.lotz(at)web.de> [2004-03-16 19:17 +0100]:
> At Tue, 16 Mar 2004 18:04:46 +0100 (CET),
> Oliver Fromme wrote:
> > $ ssh ... 'somescript.sh </dev/null 2>&1 | mail -s "Log" dich(at)domain &'
> >
>
> Diese Version hängt bis ich das Skript auf dem anderen System platt
> mache.
Ja, die Ausgabe von mail mußt Du ebenfalls umleiten.
ssh ... 'somescript.sh </dev/null 2>&1 | mail -s "Log" dich(at)domain >/dev/null 2>&1 &'
[ungetestet]
Nicolas
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 16 Mar 2004 - 20:05:02 CET