Horje
run a command x number of times linux Code Example
run a command x number of times linux
## run command 10 times 
for i in {1..10}; do commandNameHere; done
 
## run script 20 times
for i in {1..10}; do /path/to/cache.script.sh; done




Shell

Related
how to set up a git repo on terminal Code Example how to set up a git repo on terminal Code Example
how to open matlab in ubuntu Code Example how to open matlab in ubuntu Code Example
kill :80 port Code Example kill :80 port Code Example
ubuntu gpg 2 Code Example ubuntu gpg 2 Code Example
code blocks download for debian Code Example code blocks download for debian Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9