Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • If I want to get 1,2,3, can I do this: echo ($index+1)/${#array[@]}? Commented Mar 28, 2015 at 3:05
  • btw, it seems that in this way I can't get item1, item2, item3 in the loop. I still have other code to deal with the item1, item2, item3 stuff. Thanks, Commented Mar 28, 2015 at 3:06
  • See edited post. Commented Mar 28, 2015 at 3:14