
alias | batch | call | cd | clock | color | echo | for | getcwd | label | loop | mkcd | pause | require | setvar | sleep | stop | storetext | tee | time | tofile | toterm | Команда: 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. |
![]() |