# Bash on Windows 10

# Readme

The simpler way to use Bash in Windows is to install Git for Windows. It's shipped with Git Bash which is a real Bash. You can access it with shortcut in :

Start > All Programs > Git > Git Bash

Commands like grep, ls, find, sed, vi etc is working.

enter image description here (opens new window)