Otto

Results 8 comments of Otto

Hi, When working in shell its often required to extract and process more than 1 column, for example when parsing `ps aux` output. Thats where awk comes in, some of...

Well then you would lose the following: - Ability to split based on anything other than whitespace. - Limited to 2 columns ? - You also lose ability to further...

Let met provide a use case that i intended to use this for: I am trying to parse output of maxscale tool output, which is tab space separated, this is...

No offence taken, i would probably go with something like this. To avoid breaking existing functionality it would make sense to name this function something other that Column ```go func...

To think of it, something like below pseudo code would be a great way to cut down on amount of lines (ofcourse at the cost of error handling). ```go lines...

Hi, Are there any plans to implement this at some point ? Thank you

Hey, Did you get anywhere with this ? Thanks