The Bash Shell is Coming to Windows
-
Nadella has been a great CEO for Microsoft
-
He really has. Just one good thing after another.
-
@scottalanmiller I changed the title to be more accurate
-
Thanks.
The big benefits that I see are in things like simple scripts "just working." Things that are dead simple on Linux will be available on Windows...
for i in $(cat list); do
do the thing
done -
@scottalanmiller said:
He really has. Just one good thing after another.
Except he just needs to let the windows phone die..... haha
-
@IRJ said:
Except he just needs to let the windows phone die..... haha
@Dashrender just died a little on the inside.
-
@IRJ said:
@scottalanmiller said:
He really has. Just one good thing after another.
Except he just needs to let the windows phone die..... haha
Are you sure that he didn't? I've seen no proof to the contrary
-
@scottalanmiller said:
@IRJ said:
@scottalanmiller said:
He really has. Just one good thing after another.
Except he just needs to let the windows phone die..... haha
Are you sure that he didn't? I've seen no proof to the contrary
I'd say the proof is in MS doing advertising with HP about the new Windows Phone HP is making..
-
@Dashrender said:
@scottalanmiller said:
@IRJ said:
@scottalanmiller said:
He really has. Just one good thing after another.
Except he just needs to let the windows phone die..... haha
Are you sure that he didn't? I've seen no proof to the contrary
I'd say the proof is in MS doing advertising with HP about the new Windows Phone HP is making..
Not enough advertising that I've seen any of that
And the only HP phone that I've heard about is not a consumer phone but an internal business device, do you mean that one? That one has been pointed to as HP figuring out that the Windows Phone is a very different device than people had been thinking that it was going to be.
-
@scottalanmiller said:
And the only HP phone that I've heard about is not a consumer phone but an internal business device, do you mean that one? That one has been pointed to as HP figuring out that the Windows Phone is a very different device than people had been thinking that it was going to be.
yes, that one.
I agree - it's dead for consumers.
What really sucks.. the Android bridge, from the sounds of it.. would have made it a totally viable platform. It really sounded like Android apps could have been ported almost if not exactly over to Windows Phone.
-
-
I was really disappointed with PowerShell, the syntax is a god awful mix of what seems to be SH, C#, batch, and smalltalk or something. Not only that, commands with hyphens in them? Seriously?
I know it's supposed to be verb-object "logical" syntax, but sh (and bash for that matter) is pretty well established, why screw everything up? Having a space is a lot more logical and this is even the syntax batch uses, it baffles me why they'd change this.
Why does tab completion not show a list of options instead of jumping through things? Why is everything so darn verbose?
They should've fixed problems with sh/bash/etc syntax instead of creating a bunch of new problems with some other disaster.
-
@tonyshowoff said:
I was really disappointed with PowerShell, the syntax is a god awful mix of what seems to be SH, C#, batch, and smalltalk or something. Not only that, commands with hyphens in them? Seriously?
I agree, it is like the worst language I've seen in modern times. I have no idea what they were thinking.
-
@tonyshowoff said:
They should've fixed problems with sh/bash/etc syntax instead of creating a bunch of new problems with some other disaster.
My guess is that with BASH available, PS will die off. I don't see any purpose to it other than filling a gap in the platform before. Even with PS they were struggling to be where Linux was there in the mid 1990s.