in reply to Re: Array Fun
in thread Array Fun
Thanks, thats really cool. Haven't looked into split or grep, but it seems like quite a bit can be done with them. So in this case you use grep to pattern search for any non-whitespace character and then it splits them. Still trying to understand split but I think I get the grep part.