16 Apr
2002
16 Apr
'02
09:30
Am Die, 2002-04-16 um 11.22 schrieb mario ohnewald:
Hallo! Ich verzweifle hier fast an einem verdammt einfachen Script!! ich will solage in der schleife bleiben bis in /tmp/print.log "none" drin steht, das kann doch nicht so schwer sein!
#!/bin/bash until `cat /tmp/print.log`="none"
until test "$(cat /tmp/print.log)" = "none"
do sleep 5 done exit 0
==> ./loop: none=none: command not found
Gruß Mario
-- mfg alex ------------------------------------------------------------------------ I am chaos. I am the substance from which your artists and scientists build rhythms. I am the spirit with which your children and clowns laugh in happy anarchy. I am chaos. I am alive, and tell you that you are free