Search code examples
windowsshellunixscriptingwindows-vista

Practice Unix on Windows Machine


I want to practice Unix (mostly KornShell (ksh) scripting and VI editor) on a windows Vista machine. What is the best solution for this? I do not like Cygwin. So anything other than Cygwin which gives the closest feel of Unix Environment without re-installing the OS.

Thanks.


Solution

  • I think Cygwin is really the easiest way to get what you're asking for, but another option might be MinGW. (Minimalist GNU for Windows).

    If you just want to practice with specific command-line utilities, you could also look at: Unxutils.

    Like others have said, you could also use a VM to install some type of Unix/Linux OS, like Ubuntu.