I am using centos
Please help what is SSH commands to do this:
run a command 20 times, break 2 seconds, and repeated again
so like this
// run 20 times
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
//break 2 seconds
// run 20 times
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
wget http://test.com
//break 2 seconds
and loop run it automatically, until i clik ctrl+c to stop it manually
will give rep +1 for all answered