|
|
|
|
|
by gerrard00
2958 days ago
|
|
I used Powershell extensively before I ever had experience with a linux or unix shell. I still have more experience with Powershell than bash or zsh, but I can't imaging going back. I'm already much more capable in a *nix shell. There are advantages to having a pipe based on structured data, but that also means you have to know what structure to expect at ever step of the way and whether or not other tools can work with that structure. There are also tons of little quirks about Powershell; enough so that I eventually just started writing most stuff in C# and then just using the Powershell scripts as glue. Passing text means that every single one of the thousands and thousands of unix cli tools that accept stdio will work in your pipeline. I think this industry needs to get away from the terrible/horrible, absolute thinking. Most tools have positive and negative |
|
It also means every one of those thousands and thousands of Unix clip tools needs to have a parser to turn that text into some sort of structure to operate on.