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.
grep
ls
find
sed
vi
(opens new window)
← The cut command Cut Command →