Create file with bash for loop



for i in {0..100}; do echo "Hello $i"; done > /opt/hello