Jump to content











Photo
- - - - -

Windows 10 is now shipping with Linux command line


  • Please log in to reply
13 replies to this topic

#1 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 01 April 2016 - 12:39 PM

Available as update, it is now possible to run Linux command line tools directly from Windows.

 

2_bash.png

Looks like fun.

 

http://www.theverge....nux-ubuntu-bash

 

:cheers:


  • Rusama likes this

#2 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 01 April 2016 - 03:55 PM

Have a look at the calendar for today's date. :dubbio:

 

Peter


  • Brito likes this

#3 karyonix

karyonix

    Frequent Member

  • Advanced user
  • 481 posts
  •  
    Thailand

Posted 01 April 2016 - 05:13 PM

Have a look at the calendar for today's date. :dubbio:

 

Peter

But the article is from 2 days ago. :victory:



#4 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 01 April 2016 - 05:21 PM

Yep, it is true, though I personally fail to see the reason for all the hype around it, JFYI:

http://blog.dustinki...indows.html?m=1

 

:duff:

Wonko



#5 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 01 April 2016 - 09:36 PM

Was indeed for fun.. :-)

 

I guess this is a slow admission that end-users are not exactly going crazy to adopt powershell over the good old command prompt window.

 

With the failure of powershell, then the next best thing seems indeed to jump into the linux shell which seems to be growing so popular nowadays.

 

At this point I'm just sad that Microsoft is neglecting so much the command line. Ubuntu is bringing their package manager to Windows and Microsoft itself is still without package manager or further improvements on the command prompt window (because we should be using powershell now).



#6 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 02 April 2016 - 11:58 AM

I guess this is a slow admission that end-users are not exactly going crazy to adopt powershell over the good old command prompt window.

 

With the failure of powershell, then the next best thing seems indeed to jump into the linux shell which seems to be growing so popular nowadays.

 

At this point I'm just sad that Microsoft is neglecting so much the command line. Ubuntu is bringing their package manager to Windows and Microsoft itself is still without package manager or further improvements on the command prompt window (because we should be using powershell now).

Well, sometimes an image (and a comment) are worth a thousand words:

http://futurice.com/...and-line-part-1

bat_vs_ps1_s830x0_q80_noupscale.png

 

 

(please note how the nice picture was created, after making an intentionally crippled/obfuscated  batch performing a seemingly pointless, stupid and/or dangerous action, to show how Powershell is MORE readable).

 

And just to have an idea of what someone "working at Microsoft" thinks and which kind of personality he has:

http://blog.nullspace.io/batch.html

 

:duff:

Wonko


  • crashnburn likes this

#7 v77

v77

    Silver Member

  • Team Reboot
  • 602 posts
  •  
    France

Posted 02 April 2016 - 03:38 PM

Well, sometimes an image (and a comment) are worth a thousand words:

http://futurice.com/...and-line-part-1

bat_vs_ps1_s830x0_q80_noupscale.png

 

 

(please note how the nice picture was created, after making an intentionally crippled/obfuscated  batch performing a seemingly pointless, stupid and/or dangerous action, to show how Powershell is MORE readable).

 

Even in this example, I still find batch more readable than PS...



#8 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 02 April 2016 - 09:23 PM

Even in this example, I still find batch more readable than PS...

 

Was thinking the same.. :lol:

 

Really miss 4DOS and related batch scripts, those were the ones that I could really use for creating interactive programs. They followed the batch spirit and added useful stuff.



#9 omniplex

omniplex

    Newbie

  • Members
  • 12 posts
  •  
    Germany

Posted 04 April 2016 - 05:42 AM

If anybody here needs a BATCH.KLD (Kedit Language Definition) for syntax highlighting of Windows NT BAT or CMD scripts in Keditw32.exe, holler.  It's really hard to imagine a worse shell, but I'm not tempted to try PowerShell or bash while I have REXX (Regina or ooRexx) and awk (as last resort).


  • Brito likes this

#10 Icecube

Icecube

    Gold Member

  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 07 April 2016 - 06:50 PM

Having a real bash shell in Windows would make Windows finally useful for working interactively with the command line.

The default windows TAB completion in the terminal is awful.

Also the middle mouse button click to paste text, is a thing I miss in Windows.



#11 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 08 April 2016 - 02:17 PM

With all due respect, the one or the other ports of bash (or similar) have been available on Windows NT since NT 3.51, *like*:

http://win-bash.sourceforge.net/

https://sourceforge....win-bash/files/

or (if the issue is the auto-completion):

https://mridgers.github.io/clink/

or:

https://sourceforge....projects/pycmd/

surely, maybe an older bash version and/or not as smooth as this new MS "integrated" release, but I really cannot see the reason for all this excitement.

It seems more like a LINE (as the reverse of WINE) than anything else, and if this is the case, then the bash in itself is the least of the improvements, though we will have to see if the thingy will actually allow the use of "objects" that exist in *nix but do not in Windows, let's say raw sockets and named pipes. :unsure:

 

:duff:

Wonko



#12 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 09 April 2016 - 12:11 AM

All this is because Azure uses Linux code, they were not able to code it using MS code.

 

alacran



#13 omniplex

omniplex

    Newbie

  • Members
  • 12 posts
  •  
    Germany

Posted 16 April 2016 - 11:12 PM

ports of bash (or similar) have been available on Windows NT since NT 3.51

Wonko

It's also contained in git for Windows (even x64, but admittedly I only use diff in the git package, because its SVN was broken when i wanted it, and now I use Slik SVN + git diff without bash / tortoise / other creatures.)  :book:



#14 AceInfinity

AceInfinity

    Frequent Member

  • Team Reboot
  • 228 posts
  • Location:Canada
  • Interests:Windows Security, Programming, Customizing & Crash Dump Analysis.
  •  
    Canada

Posted 29 May 2016 - 09:05 PM

I had seen a video about this on Channel9 a while back. Personally I'm not too excited about some things because there have been many Windows ports for certain utilities being that Windows users wanted alternatives. It's just nice that it'll finally be *native*.

 

I have SSH from Git for Windows already though, in addition to an alternative to grep for Windows (Sift) https://sift-tool.org/. Maybe bash scripts will be more helpful however in contrast to powershell? I'm also hoping that the terminal has full unicode and color support like on Linux, which would be nice to run VI on instead of having to use gVim all the time.At that point I can finally use ConEmu for practically all of my needs. :)

 

edit: Apparently this *native* bash will not run Windows binaries though? What's the point? So you need to use *native* bash to run some kind of reverse Wine-like emulator to run a Windows program?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users