|  | how to split a line into array in shell - Stack OverflowTo read a line into an array use read -a arr and then access the elements using ${arr[0]}, ${arr[1]} etc. ... . another query here is there any way to create excelfile for capturing the output for the same. can we do this in shell? – user216358 Jun 4 at 5 stackoverflow.com |  |