Meet $, your new best friend for WSL

We’ve raved about Microsoft’s latest take on a Linux subsystem for Windows, this time in the form of the oddly-dubbed “Bash on Ubuntu on Windows” Windows Subsystem for Linux — herein and forever after referred to only as WSL for the sake of our collective sanity — but as awesome as being able to type bash in a command prompt to get access to holy posix goodiness, we think we can do better. Meet $.

$, formally known as RunInBash, is a simple command line helper utility that simply runs whatever follows it under WSL rather than in the current (Windows) terminal. Here’s a picture to illustrate (click to expand):

RunInBash is the equivalent of supplying a correctly- and manually-escaped bash.exe -c "command here" parameter, only it takes care of all the escaping and interpolation for you.

$ printf "It's just like \"%s\"" magic

RunInBash is, of course, released 100% free under the terms of the MIT license, and is published on GitHub. Pull requests are welcomed and feel free to fork away!

Download RunInBash 0.1

  • Similar Posts

    Craving more? Here are some posts a vector similarity search turns up as being relevant or similar from our catalog you might also enjoy.
    1. How to import any Linux command into your Windows 10 environment
    2. $ (RunInBash) is now on Chocolatey
  • Leave a Reply

    Your email address will not be published. Required fields are marked *