I'm learning #powershell and scripting some #WSL automation for testing :)

@zygoon in all honesty, I think piping objects is a much better foundation for a shell than piping text.

Running sql queries on tables generated by commands using Powershell builtins is such a flex on the `cut | tr | grep` shenanigans we have to deal with on Unix systems.

@mesebrec @zygoon I liked the idea behind it when it came out, but in practice... I could never get used to it. Text and regexs are not always ideal, but they are universal.

Please do post about your adventures with it zygoon! :)