bash: for ... do iteration

This is a wiki page. Be bold and improve it!

If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.

Iterate over an array:

#!/bin/bash
for element in "${my_array[@]}"
do
  echo "${element}"
done

See also

Issues related to this page:

ProjectSummaryStatusPriorityCategoryLast updatedAssigned to
ProgrammingBash: iterate over bash array in the order the …activenormalsupport request8 years 13 weeks