I don’t like powershell because it’s so surprising in a billion ways from bash. The tab being replaced with right arrow screws me up, and so does not having the normal commands, and it’s quite opinionated about naming.
That said, powershell seems more capable than bash if you know it well, because it has a better type system and arguments are easier to mess with, whereas bash things are amorphous strings.
That said, powershell seems more capable than bash if you know it well, because it has a better type system and arguments are easier to mess with, whereas bash things are amorphous strings.
https://github.com/bionicles/tree_plus/blob/main/tests/more_...
That’s a slightly out of date version of what I use to provision stuff on my windows machine to test things, and can show what’s possible a bit.