<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx</link><description>Marcus Nasarek did a nice comparison of Bash vs PowerShell in Linux magazine HERE . It is only 2 pages but he covers the key elements and has been very fair to it. I appreciate the fact that he took the time to clearly understand PowerShell. In the past,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>a-foton &amp;raquo; Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8706509</link><pubDate>Tue, 08 Jul 2008 08:06:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8706509</guid><dc:creator>a-foton &amp;raquo; Bash vs PowerShell</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.a-foton.ru/2008/07/bash-vs-powershell/"&gt;http://blog.a-foton.ru/2008/07/bash-vs-powershell/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8706668</link><pubDate>Tue, 08 Jul 2008 08:42:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8706668</guid><dc:creator>anonymous</dc:creator><description>&lt;p&gt;Hope MS is adding a GUI based on PowerShell to compete with Automator.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8708238</link><pubDate>Tue, 08 Jul 2008 16:27:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8708238</guid><dc:creator>John Cook</dc:creator><description>&lt;p&gt;The article isn't entirely accurate about the object pipeline, though maybe it's doing the best it can in the space allowed. It talks about output being converted to objects, when it's the other way around: objects are converted to text for display. &amp;nbsp;Also, the article says &amp;quot;passing data objects is slightly more complex.&amp;quot; I don't agree. &amp;nbsp;I imagine someone could use PowerShell for quite a while before realizing that it passes objects around, especially if they're expecting traditional shell behavior. &amp;nbsp;They'd have to read the documentation to know there are objects flying around.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8709593</link><pubDate>Tue, 08 Jul 2008 23:08:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8709593</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Maybe Automator can be replicated by Citrix Workflow Studio?&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8710247</link><pubDate>Wed, 09 Jul 2008 02:19:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8710247</guid><dc:creator>António Trindade</dc:creator><description>&lt;p&gt;I have read this is this seems so biased towards PowerShell. The fact is, I think the author is comparing on features that make no sense in comparing.&lt;/p&gt;
&lt;p&gt;The pipe, in Unix, sends the standard output of the command on the left to the standard input of the command on the right. This involves creating two processes and changing standard file descriptors. It is the way Unix is written from scratch to do. PowerShell, on the other hand has &amp;quot;cmd-lets&amp;quot;... Someone please explain me what is this other than builtins in bash? This involves no interprocess communication, as it is executed in the process context of the shell itself.&lt;/p&gt;
&lt;p&gt;Everyone I know is just marveled when PowerShell is mentioned, when Unix shell has been capable of doing te same things for more than 30 years. Please, wake up people.&lt;/p&gt;
&lt;p&gt;Everyone is missing the point with this PowerShell thing. This is just another shameful plagiarism from Microsoft.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8711132</link><pubDate>Wed, 09 Jul 2008 06:37:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8711132</guid><dc:creator>don jones</dc:creator><description>&lt;p&gt;the marvel of powershell isn't an anti-unix thing. It has nothing to do with unix. We're delighted to have its capabilities in windows. Ok, unix has had a great shell for years - that hasn't been especially helpful if you need to manage windows. Now windows has a great shell - if concepts were adapted from unix, take it as a compliment. Various unix shells have borrowed from each other for decades - so what if windows' shell borrows some concepts and techniques, too? Don't take thus as powershell vs. Bash; take it as &amp;quot;is windows finally getting a good shell? Let's compare it to a known-good shell and see.&amp;quot;&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8711815</link><pubDate>Wed, 09 Jul 2008 10:56:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8711815</guid><dc:creator>Karl-Heinz</dc:creator><description>&lt;p&gt;Because I work a lot with *nix and shells, I like the concept of classified data streams. A kind of extension for bash or other shells would be great.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8712146</link><pubDate>Wed, 09 Jul 2008 13:25:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8712146</guid><dc:creator>bob</dc:creator><description>&lt;p&gt;Then why is it named &amp;quot;powershell vs bash&amp;quot; uh ?&lt;/p&gt;
&lt;p&gt;obviously the review is very short and mentions nothing special , actually. It doesn't mean powershell is bad, but the review definitely is! It looks more like a &amp;quot;let put something about powershell it'll fill our pages&amp;quot;.&lt;/p&gt;
&lt;p&gt;I especially like the fact that you can use objects, but, is it really useable. Dont know. Guy took the samples from the powershell demos.&lt;/p&gt;
&lt;p&gt;What if you cannot have cmdlets from program to program? etc.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8712151</link><pubDate>Wed, 09 Jul 2008 13:28:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8712151</guid><dc:creator>António Trindade</dc:creator><description>&lt;p&gt;Don Jones is right. I say this upfront to try not to start a flame war.&lt;/p&gt;
&lt;p&gt;I just criticize the PowerShell guys I talk to, because PowerShell is, in fact a shell that Windows should have had for a long time.&lt;/p&gt;
&lt;p&gt;However, what ticks me off is the fact that they refuse to recognize that they borrowed a lots of features and ideas from Unix, and that their shell is the best. As usual, I see no technological innovation from Microsoft. In fact, I think they stopped innovating since they launched Windows 95.&lt;/p&gt;
&lt;p&gt;Still speaking of shells, has anyone here ever heard of JP Software 4DOS/4NT. I've used these back since I used Windows 3.1. Microsoft should have learnt from them.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8712161</link><pubDate>Wed, 09 Jul 2008 13:30:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8712161</guid><dc:creator>Rob Lancastet</dc:creator><description>&lt;p&gt;Hmmm... Not happy with this an article. The conclusion seems to side step the thrust of the article - Bash Vs Powershell. Definitely pulls its punches at the end.&lt;/p&gt;
&lt;p&gt;Is calling Bash &amp;quot;plain&amp;quot; and then advocating the use of Python and Tcl/tk - for more complex cases - an admission that Bash now looks old?&lt;/p&gt;
&lt;p&gt;At the very least - I'd say this article is a good short introduction to powershell, and Don Jones is right. Windows does finally have a good shell.&lt;/p&gt;
&lt;p&gt;Besides... I'm looking forward to the eventual article - Powershell Vs Python. &amp;nbsp;;-&amp;gt;&lt;/p&gt;
&lt;p&gt;Cheers, &lt;/p&gt;
&lt;p&gt; &amp;nbsp; Rob Lancaster&lt;/p&gt;</description></item><item><title>@ anonymous,  Anonymous  </title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8712531</link><pubDate>Wed, 09 Jul 2008 16:25:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8712531</guid><dc:creator>Smith Catar</dc:creator><description>&lt;p&gt;How is Visio? &lt;/p&gt;
&lt;p&gt;It can cook PoSH scripts and documents with this addon.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/japan/windowsserver2008/powershell-tool.mspx"&gt;http://www.microsoft.com/japan/windowsserver2008/powershell-tool.mspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;...Although it is Japanese based ;)&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8715780</link><pubDate>Thu, 10 Jul 2008 10:08:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8715780</guid><dc:creator>Mike Schinkel</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt; In the past, a number of people in the Linux community have assumed they knew what we were doing and did comparisons based upon their assumptions.&lt;/p&gt;
&lt;p&gt;For those who actually understand PowerShell or just makes them loose credibility.&lt;/p&gt;
&lt;p&gt;Anyway, I'd be interested in seeing (no-follow) links to some of those, just for rubber-necking sake.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8715793</link><pubDate>Thu, 10 Jul 2008 10:12:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8715793</guid><dc:creator>Mike Schinkel</dc:creator><description>&lt;p&gt;Ant&amp;#243;nio: &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think you are being extremely unfair and unwilling to realize what is both unique and powerful about PowerShell. &amp;nbsp;And this from a web/database developer who has moved completely off Windows+IIS+ASP(.NET)+SQL Server to LAMPhp for the past two years with no looking back. &lt;/p&gt;
&lt;p&gt;But I still use Windows on my laptop and I'm AMAZED with how good PowerShell is. You giving PowerShell its due will take nothing away from *nix shells.&lt;/p&gt;
&lt;p&gt;Did your mother not read &amp;quot;Green Eggs and Ham&amp;quot; to you when you were but a lad?&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8715801</link><pubDate>Thu, 10 Jul 2008 10:15:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8715801</guid><dc:creator>Mike Schinkel</dc:creator><description>&lt;p&gt;Rob&amp;gt;&amp;gt; I'm looking forward to the eventual article - Powershell Vs Python. &amp;nbsp;;-&amp;gt;&lt;/p&gt;
&lt;p&gt;Those are my too favorite languages, but Python wins out. &amp;nbsp;Actually, PowerShell would beat Python by a nose, if and only if you could build real web apps with PowerShell...&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8716808</link><pubDate>Thu, 10 Jul 2008 16:07:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8716808</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;I had to comment on this one:&lt;/p&gt;
&lt;p&gt;&amp;gt; However, what ticks me off is the fact that they refuse to recognize that they borrowed a lots of features and ideas from Unix&lt;/p&gt;
&lt;p&gt;My friend, you have your facts wrong. &amp;nbsp;We have been, are, and will continue to be, very publicly grateful to all the great efforts that went before us. &amp;nbsp;We have benefitted greatly from Unix, VMS, AS400, TCL, and many others. &amp;nbsp;Those guys are my heros!&lt;/p&gt;
&lt;p&gt;If you search &amp;quot;SNOVER&amp;quot; and &amp;quot;UNIX&amp;quot; - you get a low signal-to-noise ratio but go search &amp;quot;SNOVER&amp;quot; and &amp;quot;VMS&amp;quot; and you'll find plenty of big hugs and sloppy kisses.&lt;/p&gt;
&lt;p&gt;Next - read Bruce Payette's book. &amp;nbsp;He is absolutely unambigous about this point. &amp;nbsp;I forget his exact works but it was something to the effect of, &amp;quot;we tried to reuse as much as possible and invent as little as possible&amp;quot;.&lt;/p&gt;
&lt;p&gt;You can throw rocks at us but you can't say that we aren't open about our respect and admiration for the superstar engineers from other communities. &amp;nbsp;Well, you can say it but it's not true.&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows Management Partner Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8716816</link><pubDate>Thu, 10 Jul 2008 16:10:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8716816</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;&amp;gt; Powershell Vs Python&lt;/p&gt;
&lt;p&gt;That's interesting. Why would you say Python vs Perl?&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Windows Management Partner Architect&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8733538</link><pubDate>Tue, 15 Jul 2008 18:11:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8733538</guid><dc:creator>yidingz</dc:creator><description>&lt;p&gt;&amp;gt; That's interesting. Why would you say Python vs Perl?&lt;/p&gt;
&lt;p&gt;what? is this kind of let-us-start-flame-war-day?&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8748900</link><pubDate>Fri, 18 Jul 2008 15:25:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8748900</guid><dc:creator>Hal Rottenberg</dc:creator><description>&lt;p&gt;Just because someone uses the words &amp;quot;noun1 vs noun2&amp;quot; does not mean &amp;quot;OMG FLAME WAR!&amp;quot;. &amp;nbsp;Really, that's in the eye of the beholder. &amp;nbsp;In other words, flame wars are caused by war-like people. &amp;nbsp;But that is beside the point.&lt;/p&gt;
&lt;p&gt;Point I wanted to make is that as a fellow 4DOS/4NT user from waaaay back, sure I can sympathize with the comment &amp;quot;Windows should've had this all along&amp;quot;. &amp;nbsp;From what I understand from talking to Jeffrey about this, it was a political issue and most definitely not a technical issue. &amp;nbsp;People who...what's a polite way to say this...have not been in the workforce may not understand this concept.&lt;/p&gt;
&lt;p&gt;That being said; PowerShell is here and it's here to stay. &amp;nbsp;It knocks the socks off of cmd.exe and vbscript and apples-to-apples I think no other _shell_ &amp;nbsp;comes close to its usability and functionality. &amp;nbsp;When you change that comparison to &amp;quot;scripting language&amp;quot;, you are looking at a different thing and the pros and cons and applicability become more complex. &amp;nbsp;Even so, I think Jeffrey and his team have created a new model (OO scripting lang+shell) which sets the new bar for everyone else to plagiarize. &amp;nbsp;:) &amp;nbsp;Case in point--&lt;a rel="nofollow" target="_new" href="http://pash.sf.net"&gt;http://pash.sf.net&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8773335</link><pubDate>Sat, 26 Jul 2008 02:20:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8773335</guid><dc:creator>alexit</dc:creator><description>&lt;p&gt;Powershell: ssh - some erros (should be 'command not found')... &lt;/p&gt;
&lt;p&gt;where is ssh to get to a real unix/linux machine ? It's a JOKE!&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8803555</link><pubDate>Sat, 02 Aug 2008 04:40:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8803555</guid><dc:creator>Doug Brower</dc:creator><description>&lt;p&gt;I live under a rock, and generate my own electricity by catching electric eels in a bottle; I tell you this so you'll understand why I only just installed PowerShell tonight. It's wonderful.&lt;/p&gt;
&lt;p&gt;As a newbie, I found the bash v. ps article helpful, mostly because I'm familiar with bash and wanted some way to get oriented to the new shell. Was the article incomplete? Sure. Was it biased toward PowerShell? Maybe, but that's not important to me.&lt;/p&gt;
&lt;p&gt;Thanks for pointing out the article&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8954362</link><pubDate>Tue, 16 Sep 2008 23:38:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8954362</guid><dc:creator>SomeUser</dc:creator><description>&lt;p&gt;Use Cygwin instead for windows!&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#8958635</link><pubDate>Fri, 19 Sep 2008 15:12:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8958635</guid><dc:creator>comparative</dc:creator><description>&lt;p&gt;Bash: commands are there, they tend to increase by time with adding of many applications etc. There's a sense of continuity.&lt;/p&gt;
&lt;p&gt;Commands are compact e.g. ls, mv, rm etc. This favours speed&lt;/p&gt;
&lt;p&gt;Colours are utilised in bash, bash is case sensitive for greater varitiety&lt;/p&gt;
&lt;p&gt;PowerShell: This concept is muffled with the developement e.g. commands like dir/w, deltree, etc. So - personally - the sense of continuity between MS-DOS and PowerShell is weaker than various bash shells&lt;/p&gt;
&lt;p&gt;Commands are more in a sentence structure verb-noun: e.g. Get-Item. This favours linguistic coherence. Alias is a compromise for covering this gap.&lt;/p&gt;
&lt;p&gt;Colours are not utilised (not to my knowledge), PowerShell is not case sensitive for ease of usel&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9281694</link><pubDate>Mon, 05 Jan 2009 19:05:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9281694</guid><dc:creator>J.B</dc:creator><description>&lt;p&gt;Don Jones sums this up perfectly. Whether you compare it to bash, csh, ksh, zsh, Python or any other. Windows finally has a brilliant shell of its own, to go with its brilliant Operating System. In answer to another question, there is a GUI element also, the aptly named PowerGUI.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9287688</link><pubDate>Wed, 07 Jan 2009 18:28:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9287688</guid><dc:creator>Patrick Cain</dc:creator><description>&lt;p&gt;It's a shame Microsoft didn't incorporate what they wanted to achieve with Powershell into an existing cross-platform scripting language such as Perl or Python - at least that way we wouldn't have to learn a new language.&lt;/p&gt;
&lt;p&gt;For the time being I'll stick to Perl &amp;amp; Python.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9287908</link><pubDate>Wed, 07 Jan 2009 19:01:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9287908</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;@patrick&lt;/p&gt;
&lt;p&gt;My job is to make admins successful not get them to use Powershell. &amp;nbsp;As such, I'm a firm believer in doing what works. &amp;nbsp;If Perl and Python get the job done for you, that's great - why change?&lt;/p&gt;
&lt;p&gt;Best wishes.&lt;/p&gt;
&lt;p&gt;jps&lt;/p&gt;
</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9557110</link><pubDate>Mon, 20 Apr 2009 22:00:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9557110</guid><dc:creator>CarlS</dc:creator><description>&lt;p&gt;I am looking to replace Cygwin Bash scripting with powershell scripts. The key issue for me is one of performance.... should I assume that for the same types of operation powershell should be faster?&lt;/p&gt;
&lt;p&gt;A simple example might be to extract all the source module names and defined routines in those libraries and store them as an XML file.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Carl&lt;/p&gt;</description></item><item><title>The hard part...</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9572955</link><pubDate>Tue, 28 Apr 2009 07:43:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9572955</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;What's hard to describe to people is that &amp;quot;the shell&amp;quot; doesn't mean just Bash. It could also be Ksh/Korn, C-Shell, Zshell, and a host of others. Any of these are equally supported. &lt;/p&gt;
&lt;p&gt;And then there's the &amp;quot;scripting languages&amp;quot; like Perl, Python, PHP, Ruby, (even javascript!) and a host of others, all of which are also equally supported, and can be used in the stead, or as part of, a shell script. &lt;/p&gt;
&lt;p&gt;You can &amp;quot;extend&amp;quot; any shell script command with another shell script, which can itself become part of another script. &lt;/p&gt;
&lt;p&gt;How do you describe this kind of &amp;quot;open field&amp;quot; flexibility and power to a Microserf? (ja doodz! Powershell is da Bomb!) &lt;/p&gt;
&lt;p&gt;When you really get to know Bash, you discover that bash, in and of itself, doesn't really matter. Sure, it's useful, and yes, I'm quite familiar with it, but it's just a small part of a much, much larger system, all of which is 100% open to you for tinkering!&lt;/p&gt;
&lt;p&gt;I applaud Microsoft for *FINALLY* coming up with a shell that's actually somewhat useful, 40 years after this task was successfully accomplished in the operating system they first tried to emulate 30 years ago with DOS. &lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9629111</link><pubDate>Tue, 19 May 2009 21:50:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9629111</guid><dc:creator>Alexandre Bourget</dc:creator><description>&lt;p&gt;I find this comparison a little weird.&lt;/p&gt;
&lt;p&gt;PowerShell seems to be a fully-fledged scripting language, comparable to Python (since it loads objects from different other applications) more than to bash, even though &amp;quot;PS&amp;quot; and &amp;quot;Bash&amp;quot; are both named &amp;quot;shells&amp;quot;.&lt;/p&gt;
&lt;p&gt;PowerShell doesn't seem to do things simply like bash does. You *need* to learn a whole new scripting language the moment you want to start using pipes and building minimally complex scripts. The fact that bash *only* pipes raw data keeps it simple. When you want OOP, well use the great cross-platform and open source Python scripting language. Standard, with it's thousands of libraries, capable of connecting to loads of applications, to be extended in C, C++, you-name-it-language, and finally build real, fully fledged applications.&lt;/p&gt;
&lt;p&gt;It seems to me that PowerShell does fill a hole for Windows admins, but that no Unix sys. admin knowing rudimentary bash and Python will envy.&lt;/p&gt;
&lt;p&gt;My question is, having an awsome, well-known, cross-platform OOP languages like Python around, why start off with a new language ? Why multiply the knowledge required for people dealing with large Windows / Unix / Linux / Macs deployments ?&lt;/p&gt;
&lt;p&gt;I dislike the way new Microsoftisms must always be introduced, separately from the rest of the world. I think this isn't truly building tomorrow's tech world.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9838474</link><pubDate>Sat, 18 Jul 2009 12:58:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9838474</guid><dc:creator>Gill Bates</dc:creator><description>&lt;p&gt;&amp;gt; My question is, having an awsome, well-known, &lt;/p&gt;
&lt;p&gt;&amp;gt; cross-platform OOP languages like Python around, &amp;gt; why start off with a new language ? Why multiply &amp;gt; the knowledge required for people dealing with &lt;/p&gt;
&lt;p&gt;&amp;gt; large Windows / Unix / Linux / Macs deployments?&lt;/p&gt;
&lt;p&gt;&amp;quot;Because we can&amp;quot; (having 90% of computer (l)users under our heel)&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9927896</link><pubDate>Tue, 24 Nov 2009 12:41:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927896</guid><dc:creator>Adam Marchetti</dc:creator><description>&lt;p&gt;&amp;quot;I dislike the way new Microsoftisms must always be introduced, separately from the rest of the world. I think this isn't truly building tomorrow's tech world.&amp;quot;&lt;/p&gt;
&lt;p&gt;Amen. We know that there's only one reason: money. These Microsoftisims of which you speak, they're a profit drive. Such is the way that they were on DOS for the longest time. They didn't want to upset those who used DOS from the beginning, despite the fact that other OS's were light years ahead of DOS.&lt;/p&gt;
&lt;p&gt;So is the way that they create a new 'language'. They create it to hook people, let it drag behind (to keep it comfortable), then to catapult them ahead by light years. Remember VB vs VB.NET? Yeah, same idea.&lt;/p&gt;</description></item><item><title>re: Bash vs PowerShell</title><link>http://blogs.msdn.com/powershell/archive/2008/07/08/bash-vs-powershell.aspx#9927933</link><pubDate>Tue, 24 Nov 2009 13:38:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927933</guid><dc:creator>PowerShellTeam</dc:creator><description>&lt;p&gt;@Adam&lt;/p&gt;
&lt;p&gt;That all sounds nice and evil and all that let me point out a few things:&lt;/p&gt;
&lt;p&gt;1) Profits are a measure of value. &amp;nbsp;If you aren't delivering any value, you don't have any profits. &amp;nbsp;As such, being profit-oriented is a very good proxy for answering the question, &amp;quot;Are we doing what customers want?&amp;quot;&lt;/p&gt;
&lt;p&gt;2) MSFT has invested multiple 10's of millions of dollars in PowerShell and is making it free to all owners of Windows. &amp;nbsp;We've spent considerable time and effort to make it available all they way back to Windows XP (Any profit we got from that sale was a LONG time ago).&lt;/p&gt;
&lt;p&gt;3) As a team, we are incredibly passionate about solving the problems faced by our customers. &amp;nbsp;My original approach was to port BASH and UNIX utilities to Windows (You can look this up - I've been very open about this for many years). &amp;nbsp;The problem is that the UNIX approach is tuned around everything existing in ASCII text files and didn't work on Windows where we have stuff in the registry, AD, WMI, the cert store, etc. &amp;nbsp;Something new was needed. &amp;nbsp;We are NOT pushing a technology agenda - we are trying to solve the problems our customers face. &amp;nbsp;(Actually that isn't entirely true - I am pushing a technology agenda to move a bunch of the glop in those stores into Text files - but that is a different discussion).&lt;/p&gt;
&lt;p&gt;You should read Bruce Payette's book PowerShell In Action. &amp;nbsp;He does a good job explaining our &amp;quot;invent as little as possible&amp;quot; approach and the heavy influence that UNIX had on our thinking.&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;
&lt;p&gt;Jeffrey Snover [MSFT]&lt;/p&gt;
&lt;p&gt;Distinguished Engineer&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell Team blog at: &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/PowerShell"&gt;http://blogs.msdn.com/PowerShell&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Visit the Windows PowerShell ScriptCenter at: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx"&gt;http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>