How to run a command n times in bash

1
for i in {1..N}; do COMMAND; done