I want to implement timer in shell script for windows i.e. the code snippet given below is a simple loop but I want this loop should execute at certain time interval.(as for example i want it to run 100 times at the interval of 6 sec)
for /l %x in (1, 1, 100) do (
echo %x
)
Aucun commentaire:
Enregistrer un commentaire