windows powershell

Gubbi said:
The question is really if "dir /?" or "ls --help" is more natural. The answer is obviously the latter.
The answer is neither are natural; they are both things that you need to learn.

Though in UNIX you can always alias 'ls' to 'dir' and have done with it :)
 
http://arstechnica.com/guides/other/msh.ars/2
Although the MSH syntax is unique, it contains elements of several other common languages. Structurally, the MSH language is a great deal like Perl or JavaScript, but it also inherits a number of features from Bash and SQL. The MSH syntax facilitates development with both functional and procedural idioms, but, like Python, it tends to favor the procedural style for conditional expressions and a few other common constructs. In practice, the combinatorial aspect of the interactive command environment suggests a functional style, but for elaborate scripting, MSH seems to enforce a moderately procedural approach.
 
Back
Top