Kleines Script-Problem
Florian Lohoff
flo at rfc822.org
Wed Sep 25 16:18:02 CEST 2002
On Tue, Sep 24, 2002 at 08:59:46PM +0200, Jan-Benedict Glaw wrote:
> Hallo!
>
> Ich möchte (aus einem Script heraus) die Ausgabe eines Befehles sehen
> können; gleichzeitig soll sie in Log-Dateien geschrieben werden. ...und
> ich würde auch gern' noch den Return-Wert mitbekommen können. Ja, das
> sind drei Wünsche auf einmal, aber irgendwie muß das doch gehen, oder?
>
> #/bin/sh
> some_command 2>&1 | tee logfile
> if [ $? -ne 0 ]; then
> echo Tot und Teufel
> fi
command | ( echo $? >$TMPFILE ; tee logfile ) ?
Flo
--
Florian Lohoff flo at rfc822.org +49-5201-669912
Heisenberg may have been here.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lug-owl.de/pipermail/linux/attachments/20020925/d9ffbffc/attachment.sig>
More information about the Linux
mailing list