I was wondering if it is somehow technologically possible for Windows to add some sort of Linux interface? I think it would win over many programmers to develop on Windows.
Any ideas on this?
feedback
|
This question came from our site for professional programmers interested in conceptual questions about software development.
|
As well as Cygwin which @ChrisF has mentioned, you can also install a collection of tools ported from Unix that run in a normal Windows environment. Two such examples: This enables you to be in a Command Prompt and use commands such as
| ||||
|
feedback
|
|
Take a look at Cygwin. It's
(taken from their home page). | |||||||
feedback
|
|
Running Cygwin will install a number of familiar linux shells like Bash and TCH, and allow you to run the shells in Windows, but also run linux applications directly from the Windows command line. Make sure that all the /bin/ directories installed in Cygwin are in your Windows PATH variable, and you can have the hybrid Windows/Linux experience from Windows. Even ls. | |||
|
feedback
|
|
There's Portable Ubuntu for Windows.
It runs Ubuntu as a windows application, instead of having to boot it separately. | |||||||||||||
feedback
|