At Wed, 17 Mar 2004 11:20:53 +0100 (CET),
Oliver Fromme wrote:
>
> Manfred Lotz <manfred.lotz(at)web.de> wrote:
> > somescript.sh:
> > #! /bin/sh
> > while [ true ];do
>
> Interessante Art, 'ne Endlosschleife zu machen. :-)
>
> > sleep 5
> > done
> >
Ja, ich bin nicht so bewandert im scripting und dies kam dabei raus. Was
ist denn der einfachste Weg für eine Endlosschleife? Mir ist jetzt
immerhin noch
while ( sleep 5 );do ;done
eingefallen.
-- Gruss, Manfred To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 17 Mar 2004 - 19:40:14 CET