Given the following string, produced by jsawk:
[123,456,789]
Is there an idiomatic way of converting this into an array in BASH?
Given the following string, produced by jsawk:
[123,456,789]
Is there an idiomatic way of converting this into an array in BASH?