Posted Feb 24, 2009 9:45 UTC (Tue) by tzafrir (subscriber, #11501)
[Link]
Power shell deals with objects whereas the unix shell pipes texts. Quite not the same thing. To change that you'll also have to make all of your programs emit objects rather than text. The idea might have merits, but certainly it's such a big change that will break too many things.
If you want something similar, look for perl-shell, python-shell or ruby-shell.
Re: PowerShell
Posted Feb 24, 2009 17:01 UTC (Tue) by larryr (guest, #4030)
[Link]
PowerShell may be the next generation of shells, but I hope not. For me the most valuable thing about using the unix command line tools is that they are constrained to produce and consume a very limited set of very simple, very consistent, and very structured text output/input.
Larry
Object-based shell for Linux and friends
Posted Feb 24, 2009 22:39 UTC (Tue) by MarkWilliamson (guest, #30166)
[Link]
You ask, the internet (and the Free Software community) delivers ;-)
OK, so it's not the same as the Windows PowerShell. Still, seems to have some similar
goals attached to it. Quite a cute environment, fairly easy to hack extensions to as well.
Nice stuff.
Cheers,
Mark
Bash 4.0 released
Posted Feb 25, 2009 23:17 UTC (Wed) by leromarinvit (guest, #56850)
[Link]
You want Pash, then. Never used it though (but then again, I've never user PowerShell either).