[Return] [Catalog]

1 guest@cc 1969-12-31T17:00:00
I'm kinda impressed with powershell: despite it's extreme verbosity, it has a very, very strong tab-complete.
I was writing a powershell script for a friend today, despite not knowing powershell, and I was interested to see that options to commands could be tab-completed, and that even arguments to commands can be tab-completed.
[/blogpost]
Interestingly enough, Microsoft has open-sourced powershell under the MIT licence, and apparently it works on GNU/Linux and Mac OS X.
»
2 guest@cc 1969-12-31T17:00:00
how do you even configure powershell lol
»
3 guest@cc 1969-12-31T17:00:00
>>2
In what way?
»
4 guest@cc 1969-12-31T17:00:00
>>3
Like for example, do you really need to go through the registry database in order to change some settings. How do you type that in command line? That would be pretty damn lengthy.

How about man page? Does it have documentation like unix shell do?
»
5 guest@cc 1969-12-31T17:00:00
>>4
>Like for example, do you really need to go through the registry database in order to change some settings. How do you type that in command line? That would be pretty damn lengthy.

Not sure, I know Microsoft has some products for that that come with Powershell but aren't a part of Powershell itself.
>How about man page? Does it have documentation like unix shell do?

Yeah, Get-Help, but it's really shit.
For example: to learn how to do shell scripting, you can do
man sh
but for powershell, each fucking word in the language has its own page
Get-Help about_For
Get-Help about_While
And there's no summary or tutorial page to give you the big picture.

[Return] [Catalog]
Delete Post:
OptionsPassword
Name
Comment
File