Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 7. Scripting - Скрипты
alias | batch | call | cd | clock | color | echo | for | getcwd | label | loop | mkcd | pause | require | setvar | sleep | stop | storetext | tee | time | tofile | toterm |

Help:   Рус   |   Eng        

Команда: loop
sfk ... +loop

   repeat (loop) the execution of a command chain.

   when using +loop in an sfk script file,
   always add +end after it (+loop +end).

   see also
      sfk tail - a script example with looping

   examples
      sfk list -late mydir +sleep 5000 +loop
         list most recent files of mydir every 5 sec.