Bash Script Email Loop

TODO: collapasable, copyable, download, etc

What is a bash script for looping from 1 to 100 and printing a string like test${n}@gmail.com ? Please be breif and just give me the code.Here's a brief bash script to achieve your goal:

#!/bin/bash

for n in {1..100}; do
  echo "test${n}@gmail.com"
done

Bash Script Email Loop created at Tue Jan 20 1970 10:50:56 GMT+0000 (Coordinated Universal Time)

Related Chats

Bash Command: Hello World 0.545

Bash Script Curl 100 0.522

Looping Command Execution 0.426

Looping in Swift 0.424

Population Percentage: 2.41% 0.296

Thread with Timer: Swift 0.268

AI-Powered Data Troubleshooting Revolution 0.244

List CNAMEs with dig. 0.242

Rust regex pattern for prices. 0.240