[unix-ws] RE: Shell Problem

Thomas Lange lange at informatik.uni-koeln.de
Don Jan 13 15:59:05 CET 2000


Schade, dass die schnell keinen optimierer eingebaut hat, der diesnen
Code ausfuehrt. Hiermit klappt es nun.

#! /bin/sh

rm -f pipe
mkfifo pipe
tee <pipe p.log &

{ 
echo blabla
echo Hallo
export t=9

} > pipe

echo t= $t


-- 
Gruss Thomas
----------------------------------------------------------------------
            Thomas Lange
Institut fuer Informatik         mailto:lange at informatik.Uni-Koeln.DE
   Universitaet zu Koeln
            Pohligstr. 1        Telefon: +49 221 470 5303
             50969 Koeln        Fax    : +49 221 470 5317
----------------------------------------------------------------------