The following pages and posts are tagged with

TitleTypeExcerpt
Cheatsheets / Bash Page General Run the same command multiple times with different parameters for i in a b c; do command $i; done You can use different kind of lists to iterate: 1 2 3 4...