[CentOS] repeat command
m.roth at 5-cent.us
m.roth at 5-cent.usThu May 2 21:16:05 UTC 2013
- Previous message: [CentOS] repeat command
- Next message: [CentOS] repeat command
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Matt wrote: > There is a unix command called repeat. > > repeat 10 some_command > > Basically repeats some command ten times. Is it available on Centos 6 > and what package provides it? Would never have looked for it - for (( i=-; $i < 10; i++ )); do echo $i;done mark
- Previous message: [CentOS] repeat command
- Next message: [CentOS] repeat command
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list