Activate DOS commands in Bash

Are you looking for a way to have the most common DOS commands available in your Bourne Again SHell? There are some commands, like dir and similar ones that are easily available also in Bash. For example, I hate when cd.. gives me an error on the console. Fortunately, Bash provides the alias directive to …

Activate DOS commands in Bash Read More »