Is there a better way to run a command N times in bash? alfa=10 for bravo in $(seq $alfa); do echo "$bravo" done