Skip to content

Instantly share code, notes, and snippets.

@tce
Created July 30, 2013 13:27
Show Gist options
  • Save tce/6112888 to your computer and use it in GitHub Desktop.
Save tce/6112888 to your computer and use it in GitHub Desktop.
fruits=(apple orange kiwi "dried mango")
for fruit in "${fruits[@]}"; do
echo "${fruit}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment