It is bit pain to work with Windows command prompt. I've been working with Linux and Windows. Linux terminal has more advantages than the XP command prompt, so I would like to use a Linux terminal on Windows. Does anyone know how can we do that ? I don't want to run Linux commands on Windows. But I like the features on Linux terminal so I want to use same features for the Windows command prompt or use Linux terminal on Windows.
|
migrated from stackoverflow.com Mar 13 '11 at 19:49
|
Try cygwin and bash. Most Linux users use bash so I'm guessing that's the console you are referring to. |
|||||||||||
|
Console[2] still uses the Win32 console interface provided by Windows, but provides a wrapper around it with more features.
Using mintty is very much like using PuTTY to ssh into your own Cygwin installation, except without the ssh. It hooks into Cygwin's terminal emulation to provide a faithful UNIX terminal interface. However, this makes it unusable for programs expecting a Win32 console. |
|||
|
|
|
Sorry for the self-promotion, I'm the author of another Console Emulator, not mentioned here. ConEmu is opensource console emulator with tabs, which represents multiple consoles and simple GUI applications as one customizable GUI window. Initially, the program was designed to work with Far Manager (my favorite shell replacement - file and archive management, command history and completion, powerful editor). But ConEmu can be used with any other console application or simple GUI tools (like PuTTY for example). ConEmu is a live project, open to suggestions. A brief excerpt from the long list of options:
|
||||
|
|
|
You may try PowerShell. And if you know .NET you can write some really advanced scripts. |
|||
|
|