Is there anything like bash shell in Windows with at least basic set of frequently used commands like ls, pwd, tail, etc?
|
feedback
|
|
Cygwin will allow you to run a Bash shell (apart from many other POSIX environment software) under Windows. | |||||||||||||||||||
feedback
|
|
It's not bash compatible, but if you haven't used it yet, you should really check out Powershell.
Or append the current time to every .txt file in a directory structure:
For | |||||||||||||||||
feedback
|
|
Msys should also be mentioned. It is a rather good set of all the important GNU tools for Windows, including bash. It also makes it possible to run the tools from the normal windows CMD-prompt. So if you use CMD from time to time you still have the usual tools like | |||||
feedback
|
|
You can download all the packages, or just the commands you want. Add the directory you put them in to your path. Then the usual unix commands work (ls, grep, tail, etc.) work at the DOS prompt. | |||||||||
feedback
|
|
There is also SFU (services for UNIX), or nowadays SUA (subsystem for UNIX based applications), which is (at least the latter) a POSIX compatiblity layer including a UNIX VFS and many common UNIX tools, like, to answer your question, a Korn shell. | |||||||||
feedback
|
|
Unxutils is a set of standalone unix utilities that run on windows. You could take a look at it and see if it offers the things you need. This is nice because you don't need a full install of cygwin. | |||||
feedback
|
|
Perhaps you could try Windows PowerShell. This solution is inspired by bash and has many advantages over it, including .NET support and the sole fact this is a native Microsoft solution. All basic commands are present and you can easily configure your own aliases. http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx | |||
|
feedback
|
|
As mentioned by almost everyone Cygwin is pretty good, although it's a little on the "heavy" side. If you're looking for something lighter, check out MinGW (and MSYS). | |||
|
feedback
|
|
I installed Git for Windows via msysgit and it comes with 'Git Bash' which is a bash shell for Windows. Works fine. Unfortunately the interface is crap! I've got used to having a pretty nice shell on OS X at work where simple things like Cmd+C and Cmd+V to copy and paste, selecting text with the mouse etc just work. Would love to know if there's any better shells available, without installed over a gigabyte of Cygwin... Wanted to try MS PowerShell (as I don't strictly need bash compatibility) but it won't install on Win 7 -- update -- This one has a nice interface, albeit it's not bash at all, just a better Windows shell: http://sourceforge.net/projects/console Annoying not having the familiar unix tools, and having to remember to use backslashes in paths! -- update again -- This is an extra recommendation for Console above, I found you can tell it to use the Git shell so you get the best of both worlds... copy and paste commands (non-standard Shift+Insert/Ctrl+Insert but oh well) select with the mouse (by holding down Shift) and tabbed windows etc, but with a bash shell. Just go to Edit > Settings > Console > Shell and put in the path to Git, eg
| |||||||||
feedback
|
|
http://www.virtualbox.org/ and a linux iso, http://www.ubuntu.com/ for example. It's a fun DEV tool when you're testing programs and what not across multiple platforms. You can run anything in VBox. It's also a cool learning tool when you don't want to commit to installing another operating system, but want to see what is available. Again, great learning tool, and you can just shut the virtual machine down when you're done. | |||
|
feedback
|
|
Powershell is included in Win7 I tried using Cygwin on Windows 2008 R2 64bit and it keeps crashing | |||
|
feedback
|
|
Take a look at Road Bash. http://www.qhull.org/bash/doc/road-bash.html I have been using Cygwin until i came across this one. Things i like better on RoadBash are:
| |||
|
feedback
|