how to get elements from list in bash

Posted by SpawnST on Super User See other posts from Super User or by SpawnST
Published on 2010-03-19T03:19:46Z Indexed on 2010/03/19 3:21 UTC
Read the original article Hit count: 241

Filed under:
|

Here is a LIST:

List = "abcd 1234 jvm something"

How to get the second element "1234" without looping all the list?Thanks.

© Super User or respective owner

Related posts about bash

Related posts about list