Linux Run Command In Loop

[Solved] Linux Run Command In Loop | Perl - Code Explorer | yomemimo.com
Question : linux run command in loop

Answered by : hassan-raza

// this is simple for loop with sleep
for i in {1..10}; do echo -n "This is a test in loop $i "; date ; sleep 2; done

Source : | Last Update : Sun, 09 May 21

Answers related to linux run command in loop

Code Explorer Popular Question For Perl