Evolution of shells in Linux (developerWorks)
Posted Dec 8, 2011 10:38 UTC (Thu) by
quotemstr (subscriber, #45331)
In reply to:
Evolution of shells in Linux (developerWorks) by Cyberax
Parent article:
Evolution of shells in Linux (developerWorks)
> Microsoft does a wonderful job with PowerShell
PS> whoami arg1 arg2 arg3
ERROR: Invalid argument/option - 'arg1'.
Type "WHOAMI /?" for usage.
PS> $foo = "foo\abc def\";
PS> whoami $foo bar qux args args
ERROR: Invalid argument/option - 'foo\abc def" bar qux args args'.
Type "WHOAMI /?" for usage.
Yeah, you know what? I'll consider using PowerShell the day the PowerShell team figures out how the hell to properly
quote command line arguments. It ain't hard.
(
Log in to post comments)