Ok what I am trying to achieve is that the program would read the first 3 lines and then align the first columns of the first 3 lines together, and the same for the 2nd columns and so forth.
So something like this
Available Assigned Used Max
Space Space Pages Pct
(MB) (MB) Util
would be
Available Space (MB)#Assigned Space (MB)#Used Pages#Max Pct Util
Any thoughts on this, as I couldnt even attempt on where to start on this.
So something like this
Available Assigned Used Max
Space Space Pages Pct
(MB) (MB) Util
would be
Available Space (MB)#Assigned Space (MB)#Used Pages#Max Pct Util
Any thoughts on this, as I couldnt even attempt on where to start on this.