Python
Database
Operating System
Programming
Linux Command
Toolkit
Other
Keyboard Shortcuts
Open sidebar
Open user menu
Guess
Search
Dart
HTML Canvas
Redis
Bash
JavaScript
Bash
Bash Loops
Ranges
for i in {1..5}; do echo "Welcome $i" done
#
With step size
for i in {5..50..5}; do echo "Welcome $i" done
Comments
Add your comment
Post
Related
Also see
Miscellaneous
Bash History
Bash Options
Bash Functions
Bash Loops
Bash Conditionals
Bash Dictionaries
Bash Arrays
Bash Parameter expansions
Getting Started