Microsoft's new CLI
An anonymous reader writes "Months ago a story ran regarding a job advert at Microsoft for a developer role to lead the work on a new generation of command line interface.
It has now been disclosed at the PDC and its name is MSH (Microsoft SHell), codenamed MONAD.
Here is the best description so far."
named GONAD ?
Ranks right along SHT as a crappy acronym. The first thing I would think of when seeing MSH is MicroSoft Hell, not Microsoft Shell...
Daniel
Carpe Diem
Take that, dirty Linux hippies! Take that, Thieving Macintosh Republicans!
Seriously, this is a wonderful thing. The shell has been one of the most lacking areas under Windows. I don't know how many times I've dropped into Cygwin or, before that, wasted time writing little C apps just to do basic bulk renaming operations and the likes.
Any word on whether they'll standardize the environment across all Windows products, or is this likely to be a server product only? Will this be the standard shell replacement, or will we now have command.com, cmd.exe and newthing.exe all living in parallel? I like choices, but Windows apps' ad hoc use of largeley-incompatible command.com and cmd.exe is already a source of pain.
I saw MSH and immediatly thought MS Hell, not MS Shell.
Perhaps it should be MSSH?
And I'm not bashing either.
====
Crudely Drawn Games
...that's the time before we get the first MSH viruses.
Am I being cynical when I think this just looks like VB for Consoles?
Ceci n'est pas une signature
Anyone who wants to do a bit of scripting on Windows has vbscript, javascript, perl, tcl/tk, and a plethora of other options.
This is going to be for headless servers. So you can ssh into a box and administer it remotely, or through a dumb terminal on a serial port, etc, etc..
There's no good reason your mailserver or each machine in your SQL Server farm needs a GUI.
I don't need no instructions to know how to rock!!!!
Along with MONAD, Microsoft is also developing MENIS, the Microsoft Enhanced Networking Interface Solution. MENIS and MONAD products will be tightly integrated.
Apple will surley make something for 10.4, called iSHELL, complete with anti-alaised fonts, tabbed shells, alpha blending, PRESS F9 and see all your shells at once, and of course support for throbbing Aqua buttons.
Screenshot of My G5 desktop!
From the comments after the linked article :-
Finally a real Next Gen command shell... And one that looks to put the others to shame.
Nice leep frog MS...
Can anyone who knows more about these things than I explain exactly how this puts the various Unix shells to shame?
Yet another feature ....
The only thing that I would find revelant is that MS is definitly thinking in terms of "they have neat shells in Linux, how can we have something that stands the comparison ?". After Apple including KHTML and GNU parts in its operating system, it seems that Free Software are really getting the lead in software industry.
It's interesting how the story changes. Ballmer would refer to GNU/Linux(especially elements like the use of the shell) as 1980's technology. Now there are making their own.
Maybe users will be able to help themself a little bit...
killall DRM && killall clippy && killall klez
-t
http://unmoldable.com W:"No one of consequence" I:"I must know" W:"Get used to disappointment"
From the article:
.NET objects!
.NET objects? This seems rather like using a baseball bat to swat a fly...
One last thing: anything can be mapped to a drive, and drives don't just have to be letters. (Ok, I lied - that was 2) The example I was shown was that the registry was mapped to a drive, and you could navigate it like any other drive, with the results being returned from the commandlet as
The user has been able to map a filesystem to a folder rather than a drive letter since at least Windows 2000, and I think it was possible even under NT4. Nothing new there.
The registry (along with many other things) can be mapped as part of the filesystem fairly easily, as demonstrated by this 264kB DLL file.
And as for returning search results as
End of lesson. You may press the button.
Whats with these names lately? It seems like MS is dropping u's left and right. First the drop the u out of WinFX and now MSH.
In Republican America phones tap you.
You get rated 'Insightful' for stating what OpenSource zealots hope. What if this shell actually knocks the socks off *sh?
What if Longhorn does indeed provide more security, not only in default settings, but more inherently in the OpenSource?
Do you think the average developer/manager at MS is dumber than your average OS participant? (This is not a tric.. Damn, I'm falling in myself..)
But really - if "we" are to compete, we will have to steal the ideas that "work" from MS camp, just as they're "stealing" "our" ideas that WORK.
Linux is narrowing the gap to MS on the desktop (albeit slowly), and MS is narrowing the gap to Unix on eg. CLI, stability and security. Their software matures too, you know..
And then there's Apple. They make fun stuff. The are not afraid to invent, and they have the money to launch stuff that the OpenSource movement cannot. I don't quite know where to place them compared to OpenSource and MS.
Unable to read configuration file '/bigassraid/htdig//conf/14229.conf'
Geocrawler error message.
According to this page, it means "ultimate, indivisible unit". Interesting. :)
Z
2+2=5 for extremely large values of 2
Most M$ admins I know (and they started out as *nix admins) use perl for their scripting on both O/S's.
Will be interesting to see how the GUI generation get on with a proper scritping language.
C:\> winword.exe
.___
// \
||@@|
|| ||
|\_||
\__/
_||_
It looks like you're trying to run a program. Would you like me to start WINWORD.EXE? [Y/N]
"What if Longhorn does indeed provide more security, not only in default settings, but more inherently in the OpenSource?"
Then we'll finally know that Duke Nukem Forever is about to go gold.
'Monads' are part of Leibnitz's philosophy, which Voltaire famously satirised in Candide with the figure of Dr. Pangloss, who resolutely maintained that we live in 'this, the best of all possible worlds' despite a succession of disasters that would convince any sane man that he was wrong.
How very suitable for a Microsoft product.
Ne mæg werig mod wyrde wiðstondan, ne se hreo hyge helpe gefremman.
It's only a matter of time until some thoughtful person writes enough scripts to make MSH operate like Bash.
-- dK
For a long time, the windows command line was a joke. It was basically DOS-in-a-box, capable of running programs, and that was about it. Sure, you had net.exe and a few tools borrowed from the unix world.
Recently, Microsoft has actually begun to produce command line tools for system operations, controlling your services, networks, policies, and registry from the command prompt. But they still have a long way to go, these features are poorly documented (the policy editor's help lists a subset of all the policies you can edit with it. The KB article on it basically is a copy-paste of the help message, with explanations of the policynames provided), typically cryptic, and still don't provide the full set of features.
They may have come a long way, but they have a long way to go. And remember, this is just playing catchup.
If I have been able to see further than others, it is because I bought a pair of binoculars.
Microsoft is the only major OS that doesn't have a standard *nix style shell. The popularity of cygwin for Windows developers shows that there's significant demand for it. Imagine how much nicer it would be if instead of trying to "leep frog"[sic] the Unix shell they just adopted cygwin.
msh exploits the transparency and "reflection" abilities of the object oriented features of the OS.
Read down the article for details on how they can now do things like mount the registry as a drive and walk it like a filesystem. Yegads!
bash (or some sh-variant) would have to be adapted to know specific things about linux to compete at that feature level, but it would become non-portable.
This is what the new sysfs interface is supposed to help with. Still, bash isn't object oriented (yet). The closest thing would be like perlsh.
I think people don't give MS enough credit for where they stand even today, frankly.
Black holes are where the Matrix raised SIGFPE
SCO still have developers?
The part that scared me is:
.NET objects!
The example I was shown was that the registry was mapped to a drive, and you could navigate it like any other drive, with the results being returned from the commandlet as
Just what is needed, an easier way to corrupt the registry.
Although it's easy to make the gonad jokes, the concept of monads have a long history in metaphysics dating back to the greeks. Monads were central to the philosophy of Liebniz, the co-discoverer of calculus.
GONAD object network architecture doohicky.
"Learning is not compulsory... neither is survival."
--Dr.W.Edwards Deming
I don't think a ritual sacrifice counts as lending.
"Learning is not compulsory... neither is survival."
--Dr.W.Edwards Deming
There's no good reason your mailserver or each machine in your SQL Server farm needs a GUI.
No kidding...that's why we don't use Windows.
Funny eh. They're moving away from the registry back to services that run with conf files. And they're doing CLI only versions of their OSs for ease of remote configuration. Why not just port all their stuff to some free unix-like OS?
Get your own free personal location tracker
I'll believe that when I see it. Shells are nice, but they need a bunch of cool tools like sed, wc, tail, grep, etc. Writing such a complete shell would be essentially rewriting DOS.
What if Longhorn does indeed provide more security, not only in default settings, but more inherently in the OpenSource?
That's a really generalized statement. More security inherent in the operating system means more separation of access controls. That means forcing the user to create a non-Administrator account, locking down it's priveleges, often preventing even read access to quite a few things by default. I don't think that's going to happen.
Also, no operating system is totally secure. Holes are found every day in both proprietary and open source and free software. All things being equal (the security of the software design), the security, then, is measured more by the response time once a hole is found,
Do you think the average developer/manager at MS is dumber than your average OS participant? (This is not a tric.. Damn, I'm falling in myself..)
No, but there's a lot more people working on the open source and free software that makes up a GNU/Linux distribution.
But really - if "we" are to compete, we will have to steal the ideas that "work" from MS camp, just as they're "stealing" "our" ideas that WORK.
For us to compete at what? To have a desktop that's just as easy to use as Windows? I'm sorry, smart software makes stupid users. I prefer to use stupid software that doesn't get in my way.
Linux is narrowing the gap to MS on the desktop (albeit slowly), and MS is narrowing the gap to Unix on eg. CLI, stability and security. Their software matures too, you know..
Windows is still ass expensive, and requires even more expensive hardware to run. All things being equal, price will determine the winner. I still see no need to think of all af "Linuxdom" under one umbrella of trying to create a desktop operating system as easy to use as Windows.
And then there's Apple. They make fun stuff. The are not afraid to invent, and they have the money to launch stuff that the OpenSource movement cannot. I don't quite know where to place them compared to OpenSource and MS.
Here's a tip: don't be so eager to compare the two in the first place.
Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
I have to say that passing objects instead of streams of untyped bytes is neat. They may have screwed up the implementation, but having typed data passing in and out of command line tools would be awesome. Consider how cool it'd be if you had command line tools that spit out things like image, HTML, and music objects, etc. The shell could be smart enough to do smart things with the data; you could do a lot more on the normal command line, especially with a framebuffer. Also, apps could do input validation through type checking.
I don't know why more people don't actively pursue a modern language for the shell interface. sh script syntax is tortorous. So much easier and maintainable to write perl scripts. So why not use perl from the command line??
psh never really seemed to take off but it let you basically enter a perl debugging session but execute shell commands also. This would basically trump anything msh could muster and also provide the entire universe of CPAN to the shell.
sh is right up there with Makefiles for unix utilities that basically suck but are too entrenched to replace.
Monads are also a branch of category theory that are adopted by languages like Haskell (the prime developer of which works for Microsoft Research). By obeying a certain set of basic principles, programs structured with monads achieve high degrees of interoperability and consistency, while safely encapsulating data and keeping it from being destroyed by unwanted side effects.
Sure that's an apropos name for a Microsoft product?
I've finally had it: until slashdot gets article moderation, I am not coming back.
> just as they're "stealing" "our" ideas that WORK.
Open Source ideas like bash-a-like shells?
If you can name three original ideas that were generated by an open source / free software project rather than being appropriated from Unix, Windows, or MacOS, I'll eat my hat without salt.
If you were blocking sigs, you wouldn't have to read this.
That's a bit of a recurive comment isn't it, what with the glob/regexp "*sh" including "msh" and all? But I suppose it'll go on to pick itself up by its own bootlaces, invent the monopole magnet, debug the rest of Windows and couple of other impossible things before heading off to Milliway's for breakfast.
UNIX? They're not even circumcised! Savages!
I thought 'NONADS' would be more descriptive.
The more microsoft morphs to become like linux, the less people will be inclined to throw away their money when they can get better functionality for free.
Lodragan Draoidh
The more you explain it, the more I don't understand it. - Mark Twain
Well, there is already zoidberg
I'll admit it. I have been a long term supporter of Microsoft products. In particular, I insist on using Windows XP for a lot of things my developers would rather use Linux. Some of this can't be helped, since we produce consumer products for Windows. But on the datacetner side, it's a judgement call.
.NET thing is actually built around a core of very good ideas that, when fully realized, make development for Windows quite a different experience than anything else that has come before. This is a logical extension of that.
:(
But don't get me wrong, our big money maker stuff runs on Linux. And always will, I imagine. The power of Linux on the server side is so clear. And the new Kernel, when it's ready, looks like it'll solve the last of the bottleneck issues we've suffered under for so long.
I've adopted the idea that you pick the right tool for the right job. And I've always felt that Linux was awful at being approachable without being a dedicated Linux hacker (in the early days). Then as time went by it becamse more and more accessable. Heck, we even have Lindows now.
What Microsoft didn't expect is that this would ever really happen. But with Linux becoming more and more friendly, it's inherent power is undeinable.
So they are reacting. This new command line is simply a way of building up the server potential of... well... their servers. The whole
The fact is, competition works. Linux is driving Microsoft to actually innovate again! And I imagine that if Windows has a command line that Linux users will be envious of, they will respond in kind.
Patents, of course, will still be the horrible sticky point in all this.
David Whatley
Voltaire's criticism and satire of Leibniz was centered around "the best of all possible worlds" premise. It had very little, if anything, to do with Libnitz's monads.
Monads were, essentially, philosiphical atoms or molecules, albiet in a very metaphysical sense.
=Shreak
a real, proven scripting language like Python
Sir, I believe you have misspelled 'Perl'.
sadly, the opposite will be true. microsoft will sell it to the PHB's as the "best of both worlds" sorta thing. "keep your *nix geeks happy, and get real work done". crap like that. the real questions are can you run the system from the command line without the GUI, doe sthe GUI need to be loaded, can you remotely admin the machine, and will it play nice with others. those are the real questions. and i don't think that is in microsoft's strategy.
My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
From the article: .NET objects!
One last thing: anything can be mapped to a drive, and drives don't just have to be letters. (Ok, I lied - that was 2) The example I was shown was that the registry was mapped to a drive, and you could navigate it like any other drive, with the results being returned from the commandlet as
From ESR's "Art of Unix Programming"
Quote #1
Unix has a couple of unifying ideas or metaphors that shape its APIs and the development style that proceeds from them. The most important of these are probably the "everything is a file" model and the pipe metaphor[20] built on top of it.
Quote #2
NT has grown by accretion, and lacks a unifying metaphor corresponding to Unix's "everything is a file" or the MacOS desktop
Oooo! So does this mean Windows is finally going to have a unifying idea, something like "everything is almost like a file"?
Ruby on Rails Screencast
You get rated 'Insightful' for stating what OpenSource zealots hope.
..." are just as speculative as "it probably won't." Secondly, when has MS ever been able to do something right on their first try?!?! It typically takes them 4 or 5 versions before things begin to acheive what they promised at the outset.
And you get rated 'Insightful' for stating what MS zealots hope.
What if this shell actually knocks the socks off *sh?
Lets be realistic, shall we? First of all, we're talking about what is essentially vaporware - things like "what if it
What if Longhorn does indeed provide more security, not only in default settings, but more inherently in the OpenSource?
Again, more vapour. And (again) what's MS's track record WRT security? I think the phrase "I'll believe it when I see it" sums this up appropriately.
Before the Internet appeared and before personal computers were so cheap, UNIX ran on big machines that a lot of people had to share. Since its origin it was a multiuser environment where many users could work and "live" at the same time. It was like lots of people living in a small city.
So it had to provide means to reduce to the minumum the probability for a bad user to enslave others or to take an unfair amount of resources that would leave the others without thir fair share. Thus UNIX has file and execute permissions, quota support, superuser account, and other restrictions buit in since the beginning.
The provided mechanisms may not be perfect, but they have been refined during 20 years (as Microsoft says, GNU/Linux is 80's technolohy; but someone invented the wheel even before that and we keep using it shamelessly) and their usage has got embedded into UNIX users' culture.
GNU/Linux inherits these UNIX security traditions.
By contrast, Microsoft operating systems started to get popular when cheap personal computers became available. Before the Internet boom, when these computers remained unconnected, only the ligitimate user would touch the machines, and so the operating systems could be single-user (even single-process, remember) entities that didn't have to care about security.
Now that with the Internet everything begins to be interconnected, you find that the user no longer operates in his/her own computer only. Now he/she has to live in the big big city formed by all the Internet-connected computers.
Microsoft added connectivity to their single-user OS's, but not the mechanisms to avoid bad-behaved Internet citizens from harming the legitimate user. They're trying to catch up. They added users and groups to Windows NT and have recently incorporated firewalls and things alike into their OSs.
But this is not a technical issue only. The Microsoft user and developer culture has still to catch up, and it can be a long time until it does, moreover when Microsoft is scaring people from upgrading to better versions with their insane prices.
As an example of the lack of security culture, take the example of Administrators, Advanced Users and Normal Users in Windows XP. It's supposed that Advanced Users could install programs, but I know of several cases in which the programs would refuse to install (or even run) if not using an Administrator account.
I think that it will take more than Longhorn's scheduled time to change users' and developers' minds...
You get rated 'Insightful' for stating what OpenSource zealots hope.
No, you get rated insightful for noting what MS has done in the past, and extrapolating the future of their next products based on that.
What if this shell actually knocks the socks off *sh?
That would be nice.
Keep in mind that this isn't a contest. MS has some very nice features burried in their software, and that's great. If MS Windows is ever a better platform choice than the free operating systems out there, I say great!
Woefully, it will still not be the platform I use. Why? Because I require the ability to fix bugs, apply patches on my own timetable (sometimes so fast that my vendor doesn't even know about them yet), and generally control my systems behavior.
Windows does not give me that.
What if Longhorn does indeed provide more security, not only in default settings, but more inherently in the OpenSource?
Security is not a "thing", it's a process. You don't ship your OS in a box with a "NOW WITH 20% MORE SECURITY" sticker and get more security. Longhorn's security will be poor as long as Microsoft continues to deprioritize it in favor of market share. I see no evidence that that has changed since the days of NT4.
Do you think the average developer/manager at MS is dumber than your average OS participant?
No, of course not. The problem is that the average MS employee is working on what a mid-level manager decided he would be working on, based on a company directive from on high that is motivated mostly by marketting. The reason Open Source software tends to be so much more USEFUL, even when it lacks many seemingly obvious features, is the fact that it's created, maintained and refined by those who need it the most. Shells don't seem all that well designed to developers and manageres... and that's because they're not for developers and managers. They're primarily use by sysadmins. A developer spends most of their time in an editor and/or using a rule-based system like make. The shell is just a tool for odd jobs, and many IDEs and feature-laden editors like emacs and vim pretty much suplant the need to use the shell 90% of the time. Sysadmins do not have that luxury.
Look at the MS shell. It is clearly being designed by developers for developers. The ability to manage excel data from the shell is not something that targets the needs of anyone who will have to use this shell routinely. Why is it there? That sort of thing scares me right off the bat, and tells me that this is not a sysadmin tool. Developers under Windows already have very nice tools in their IDEs to script all sorts of interaction with every part of the system that they need. Managers and desktop workers will never want/need a shell.
So ask yourself, which will be more useful: cygwin's bash port to Windows or msh? I can ssh into my Windows box and do admin today, and it requires no msh at all. Why do I need this beast?
But really - if "we" are to compete, we will have to steal the ideas that "work" from MS camp, just as they're "stealing" "our" ideas that WORK.
No, you don't have to steal anything. First off, let's disabuse ourselves of the notion that anything in a shell is new. Shells have existed for decades that do everything msh is (so far) claiming to do. Most of them died a quick death for lack of use.
Next, the most valuable thing that MS has done in the last few years is to put pressure on other OSes to use features that were long available. For example, MS had a journaling fileysystem. Journaling was not new, it was just kind of hard to get right, and all of the implementations out there were fairly speical purpose or closed source. When MS demonstrated that an end-user OS could indeed benefit from having such a feature, dozens of porojects sprang up to take this long-implemented wheel and re-invent it for open source oses.
This sort of "test environment in the large" is very valuable, and MS has alway
They should have used the .NET platform for scripting. It would offer numerous advantages:
.NET virtual machine.
.NET security model.
.NET aware programmers would be able to right scripts without looking for some scripting language manual.
.NET already exists; there are numerous web resources.
.NET is fully object oriented; scripts can be written as classes placed inside compiled code or run from the shell.
.exe for faster execution.
.NET is upgraded, the script capabilities automatically get upgraded.
.NET's advanced COM technology; interoperability with major .NET enabled applications.
.NET for scripting. In Linux, scripting languages have evolved to fully programmable libraries...
1) full programmability from the shell; the script programmer can use linked lists, for example, if she wishes.
2) access to GUI functionality; some times it is desirable
3) an already existing interpreter that can do optimizations on the fly: the
4) the
5)
6) network adminstrators could transfer their scripting skills to development; I know plenty of guys that want to jump from administration to development.
7) documentation for
8)
9) less cost since they would have to maintain one less piece of code.
10) long scripts that run frequently could be compiled to
11) as
12) ability to talk to programs through the
13) direct use of XML and databases from the script.
14) easy networking, using sockets with one line of code.
To my mind, a script is just like a console application, although in source format and not in binary. There is no conceptual difference: a script is a program that someone writes that is not compiled; it runs interpreted. It would be a waste of resources to use anything other than
I couldn't even get through the headline without busting a gut. What were those marketers thinking? Are they NUTS?
And the shell, Welcome to MS Hell. I'm already there, baby.
--Somewhere there is a village missing an idiot.
Bill Gates, on the launch of XP:
Gates said the release of XP "marked the end of an era, the end of DOS and also the end of Windows 95." ... Gates informing the crowd that he agreed with Apple's Jobs that Windows 3.1 was a "crummy operating system," and assuring the crowd that he'd soon say that about Windows 95.
Of course, we remember they used the phrase "end of dos" for the launch of windows 95. Funny how they are now saying the same things about XP they said about 3.1, 95, 98 and ME. That's consistency!
Now, do they have consistancy in shells? They have derided their primary shell, DOS. But what of their other scripting efforts? Remember their "Unix Killer" "New Technology (NT)" and their ksh? Korn does!
I knew that Microsoft had licensed a number of tools from MKS so I came to the microphone to tell the speaker that this was not the "real" Korn Shell and that MKS was not even compatible with ksh88. I had no intention of embarrassing him and thought that he would explain the compromises that Microsoft had to make in choosing MKS Korn Shell. Instead, he insisted that I was wrong and that Microsoft had indeed chosen a "real" Korn Shell.
Ah yes, so portable it was. While NT is dead, csh and ksh trive themselves and in their free counterparts. No new training is required for bash or pdksh.
For an instant, Bill liked Java:
Java is our latest programming tool, and we've got a Java compiler with the highest benchmark feeds, great debugging. Java's -as you know, is a wonderful language, and everybody should have that in their portfolio. (1996)
He tried to make the crowd laugh at Sun in the same speach because he wanted to kill Unix with NT. Where is M$ "java" today?
C# .NET and all look to me like a combination of all the second rate junk they've thrown together in their attempt to emulate and eradicate first rate competitors. "Linux is a Cancer", they say, use our shared source instead. Yeah right.
Oh wait, I see the patterns. EEE, Embrace, Extend, Extinguish followed by "that sucks, buy the new one." You have to be blind to miss it. If you follow the M$ way, you will be constantly sucked for money and time learning their new tweaks.
It's only going to get worse because free software is impossible for them to eat up or beat. Their efforts to stick to their previous marketing plans are wrecked by actually having to compete on merrits and price. This is making them less and less stable. The closed source model can not compete with the free software development model.
Friends don't help friends install M$ junk.
I'm all for trying new things in new ways, but it's also good to take stock of old ways. Here's 2 examples that come to mind:
1) I've recently talked to a friend about a problem he was trying to solve. He's on OSX and perl hacker. He wanted a utility to find all the duplicate files on his machine, and was considering writing it in perl or maybe java. We talked about it a bit, and I said I'd approach it by writing the shell script first as a prototype. I wrote it into our IM conversation off the top of my head:
find / -type f -exec md5sum \{\} \; | gawk '{print $2" "$1}' | sort -k 2 | uniq -D -f 1
We looked around and found lots of programs on OSX to do this.. some even for $. But I don't think he even went ahead with coding it... this was good enough.
2) Once I talked to Brewster Kahle, director of the Internet Archive, about their choice of OS/tools (Linux/ext2 and GNU, respectively). Mr. Kahle said GNU tools in bash were the only technology they had found that could process the data at the IA, i.e 300TB+ rolling snapshot of the internet. They'd found some problems in sort I think, but sumitted patches.
So sure, you can do this all again, but somebody is going to have to find that bug in MSH's sort, and they probably won't be able to submit a patch because MS is a proprietary shop.
The UNIX shell is a great inheritance. It's cryptic when you first get into it, but basically, it's that way for terseness.. you can find out how to do almost anything by reading the f'ing manual, or searching the web.
Joe Sixpack wants smart software to make him look smart
Joe Sixpack is an MCSE
"Some things have to be believed to be seen." - Ralph Hodgson
Because they might have to pay a one time license fee of $699.00.
Most people aren't thought about after they're gone. "I wonder where Rob got the plutonium" is better than most get.
I thought UNIX didn't have GONADs...
20 January 2017: the End of an Error.
Because Bill thought that VMS with a GUI would be better, and he doesn't want to lose face now.
Stick Men
> Now, if Cygwin would tweak Bash to complete the job before MS, I'd be much happier...
Er, it's already there. A transcript from a Cygwin bash session I just ran:Okay, so I didn't press enter, but I think the point is made.
Yes, you don't know. But think for a moment: people have had Perl-like languages since the 1960's. Do you really think you or Microsoft are the first to think that using an object-oriented scripting language is a good idea?
The reason why people use sh syntax is because it is enormously effective. Try expressing something like:in Perl or some other scripting language.
Of course, many people who complain about sh syntax really just don't know how to use it.
For interactive use by skilled users and many scripting tasks, bash/ksh is unbeatable. And for the kinds of scripts where Perl makes sense--you can simply use Perl.
This would basically trump anything msh could muster and also provide the entire universe of CPAN to the shell.
Yes, psh is a better version of what msh is trying to achieve. But, you know, even that's nowhere near good enough to dethrone bash/ksh.
let's imagine a typical user session:
The magic of Unix's CLI lies in having lots of small, useful tools that play well together by talking text. It's brilliant and has a 3 decade track record.
Instead, Microsoft wants to have a massive Borg-like internal heap of objects and functions, and give you a text interface to it.
I'd much rather have lots of little, self-sufficient programs that essentially *are* the OS, rather than a new view into the OS.
Yes, having function-level access and object manipulation sounds really cool and orderly compared to the barbaric pipe & grep. But when all goes to h3ll, you'll wish you had text.
Text is universal. Objects and function calls change like the wind.
Does it hurt to hear them lying? Was this the only world you had?
I thought 'NONADS' would be more descriptive.
People using a "Unix" derivative OS probably should not yuck it up about naming something "NONADS".
So basically Microsoft, in their fine tradition of creating an confusion in terms, made a "shell" that can't run programs but instead runs "managed code" (aka shared libraries in dotnet environment) and maintains all objects inside itself, but has a syntax that is confusingly similar to Unix shell pipes. The concept is obviously flawed -- Unix shell uses Unix-specific unified file descriptor model, that Windows lacks, so while in Unix shell is often used to process easily-parseable text using pipelines of programs (some remote) and any overcomplication of data passed between programs is frowned upon, in Windows the most convoluted ever format is being used to exchange things between "programs" that are sitting in the belly of that "shell". They could just as well make the whole interface an UML editor.
If anything, it can prevent some people who learned that shit from switching to Unix -- they will until the end of their miserable lives associate pipelines with shitloads of DLLs instead of streams of text.
Contrary to the popular belief, there indeed is no God.