ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Can BASH on Windows Do?

    IT Discussion
    windows bash wls
    11
    53
    12.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      Ars Technica used that wording, for example.

      1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender @scottalanmiller
        last edited by

        @scottalanmiller said:

        @Dashrender said:

        To make BASH work, MS would have to create all of their own versions of those admin utilities that would understand the MS way of doing things.. for example - creating users. I definitely don't expect the BASH (Ubuntu) create user command to understand how to build a Windows user - that's why PowerShell was made, MS build the CLI tools there that know how to poke and prod Windows when it comes to making users.

        There is no BASH command for that. I'm unclear what you are thinking here. Are you thinking that Linux commands are INSIDE of BASH? BASH is just the shell, NOT the utilities. All of those utilities already exist. What would they have to create that does not already exist?

        Oh, so you what? want to run PowerShell commands in Bash? why is this useful?

        See this is where I am totally lost.. what is the different between BASH and KRoN and PowerShell? what makes them different?

        scottalanmillerS 2 Replies Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          As did TechCrunch.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @Dashrender
            last edited by

            @Dashrender said:

            Oh, so you what? want to run PowerShell commands in Bash? why is this useful?

            Of course, its useful because people know BASH and it is easy to use.

            Microsoft has two shells already and all of the utilities made. We want to run them with BASH. That's what BASH on Windows means.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @Dashrender
              last edited by

              @Dashrender said:

              See this is where I am totally lost.. what is the different between BASH and KRoN and PowerShell? what makes them different?

              Syntax, features and behaviour.

              DashrenderD 1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender @scottalanmiller
                last edited by

                @scottalanmiller said:

                @Dashrender said:

                Unlike Macs, Windows is it's own system - Macs are based on FreeBSD, so those commands were already build to work with BSD, so nothing needed to be changed.

                WHAT COMMANDS???? BASH's commands are things like "for" and "do". I have no idea what commands you are talking about.

                Commands like LS and RD and MD, etc - but I see what you are saying. .those are just executables.. they aren't part of the shell - so again.. what the heck is a shell? what makes one better than another?

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Dashrender
                  last edited by

                  @Dashrender said:

                  @scottalanmiller said:

                  @Dashrender said:

                  Unlike Macs, Windows is it's own system - Macs are based on FreeBSD, so those commands were already build to work with BSD, so nothing needed to be changed.

                  WHAT COMMANDS???? BASH's commands are things like "for" and "do". I have no idea what commands you are talking about.

                  Commands like LS and RD and MD, etc - but I see what you are saying. .those are just executables.. they aren't part of the shell - so again.. what the heck is a shell? what makes one better than another?

                  Right. The shell is the REPL from the programming language that lets you run commands in real time.

                  What's odd is that your reaction is this way... but most people see the shell as so important that they mistake one OS for another based on the shell alone!

                  1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @scottalanmiller
                    last edited by

                    @scottalanmiller said:

                    @Dashrender said:

                    See this is where I am totally lost.. what is the different between BASH and KRoN and PowerShell? what makes them different?

                    Syntax, features and behaviour.

                    Why would syntax be different?
                    I don't know what you mean by features?
                    and behavior - ok that one I understand - in Windows for example you get the are you sure you want to delete but in BASH if there is no error you get no feedback.

                    scottalanmillerS 3 Replies Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @Dashrender
                      last edited by

                      @Dashrender said:

                      Why would syntax be different?

                      Because different languages have different syntax. Ever used two different programming languages? That's all shells are.

                      1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller @Dashrender
                        last edited by

                        @Dashrender said:

                        I don't know what you mean by features?

                        History, command completion, short cuts, loops... all the things that different languages have and their REPLs.

                        stacksofplatesS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @Dashrender
                          last edited by

                          @Dashrender said:

                          and behavior - ok that one I understand - in Windows for example you get the are you sure you want to delete but in BASH if there is no error you get no feedback.

                          While that is true, that's only sometimes the shell. If something is asking, likely that is the app itself.

                          1 Reply Last reply Reply Quote 0
                          • stacksofplatesS
                            stacksofplates @scottalanmiller
                            last edited by stacksofplates

                            @scottalanmiller said:

                            @Dashrender said:

                            I don't know what you mean by features?

                            History, command completion, short cuts, loops... all the things that different languages have and their REPLs.

                            http://mugurel.sumanariu.ro/wp-content/uploads/2008/06/bash.png

                            ctrl+r is the greatest thing ever.

                            travisdh1T 1 Reply Last reply Reply Quote 3
                            • travisdh1T
                              travisdh1 @stacksofplates
                              last edited by

                              @johnhooks said:

                              ctrl+r is the greatest thing ever.

                              Can't possibly up vote enough!

                              1 Reply Last reply Reply Quote 1
                              • stacksofplatesS
                                stacksofplates
                                last edited by stacksofplates

                                I also do ctrl+d every time I'm using the cli on Windows, and I look like an idiot. Never fails.

                                I noticed that image says ctrl+d is delete. It's always logout for me, not sure what they're talking about. It is old though.

                                1 Reply Last reply Reply Quote 1
                                • RomoR
                                  Romo
                                  last edited by

                                  I believe its actually called Bash on Ubuntu on Windows, all the people calling it Bash on Windows are wrong and giving a wrong meaning for many. Bash doesn't run on Windows ala Cygwin, bash is running on a ubuntu image that talks to WLS

                                  https://i.imgur.com/YYzbt5A.png

                                  Here is a video of some of the things you can do with it.

                                  Youtube Video

                                  As the video shows, it is mainly targetted at developers.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                                  • scottalanmillerS
                                    scottalanmiller @Romo
                                    last edited by

                                    @Romo said:

                                    I believe its actually called Bash on Ubuntu on Windows, all the people calling it Bash on Windows are wrong and giving a wrong meaning for many. Bash doesn't run on Windows ala Cygwin, bash is running on a ubuntu image that talks to WLS

                                    Almost. BASH runs on the WLS which is sometimes confusingly called "Ubuntu on Windows" as a product name. You have to be VERY careful, this is where brilliant marketing people come in.... it's NAME is "Ubuntu on Windows" but there is no Linux kernel so it is neither Linux nor Ubuntu running, ever. There is no Ubuntu running on Windows, just something with a name meant to imply that.

                                    RomoR 1 Reply Last reply Reply Quote 1
                                    • RomoR
                                      Romo @scottalanmiller
                                      last edited by

                                      @scottalanmiller, it appears to be ubuntu userspace. They are running the same Ubuntu ELF binaries only on WLS, wouldn't that allow it to be called ubuntu?

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @Romo
                                        last edited by

                                        @Romo said:

                                        @scottalanmiller, it appears to be ubuntu userspace. They are running the same Ubuntu ELF binaries only on WLS, wouldn't that allow it to be called ubuntu?

                                        Well... define Ubuntu first. It's in no way the Ubuntu OS, not even slightly. Unless you can tell me that no one that says Ubuntu means Ubuntu Linux, then no, it's not Ubuntu.

                                        I've never met anyone who said Ubuntu meaning something that this would qualify as.

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          We never, ever say that we run Windows on Linux, even though we've had WINE. WINE is an API emulation layer, but no one thinks it is Windows. But that's what is going on here.

                                          dafyreD 1 Reply Last reply Reply Quote 0
                                          • dafyreD
                                            dafyre @scottalanmiller
                                            last edited by

                                            @scottalanmiller said:

                                            We never, ever say that we run Windows on Linux, even though we've had WINE. WINE is an API emulation layer, but no one thinks it is Windows. But that's what is going on here.

                                            They should have called this product LINE... Linux Is Not Emulated, lol.

                                            scottalanmillerS 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post