TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bringing Bash's powerful command line editing to Microsoft Windows' cmd.exe

131 pointsby yanovskishaialmost 13 years ago

8 comments

ehoscaalmost 13 years ago
Do yourself a favor, learn PowerShell if you have to work on Windows. <a href="http://technet.microsoft.com/library/bb978526.aspx" rel="nofollow">http://technet.microsoft.com/library/bb978526.aspx</a>
评论 #4185285 未加载
评论 #4185490 未加载
评论 #4186581 未加载
评论 #4187065 未加载
projectileboyalmost 13 years ago
Is this different from Unix Utils? Every gig I've ever been on where I'm forced to use a Windows box, first thing I do is load the Unix Util exes into some directory and add it to the path. <a href="http://unxutils.sourceforge.net/" rel="nofollow">http://unxutils.sourceforge.net/</a>
评论 #4184925 未加载
评论 #4185274 未加载
评论 #4185106 未加载
slualmost 13 years ago
Looks sweet.<p>I currently have to use Windows at the customer I'm working for. I've installed Console which gives tabs and better copy-n-paste on Windows. See <a href="http://sourceforge.net/projects/console/" rel="nofollow">http://sourceforge.net/projects/console/</a><p>I'm not sure if clink and Console will work together, but I'll have to try it.
评论 #4184693 未加载
评论 #4187407 未加载
评论 #4184606 未加载
gourangaalmost 13 years ago
I've switched to powershell ISE on windows (shipped with it) rather than cmd hosted powershell. Does the job!
评论 #4187290 未加载
评论 #4187582 未加载
alanbyrnealmost 13 years ago
What's wrong with Powershell?
评论 #4184796 未加载
评论 #4184761 未加载
评论 #4184634 未加载
评论 #4184625 未加载
38leinadalmost 13 years ago
just use cygwin
评论 #4184696 未加载
malkiaalmost 13 years ago
Or just use Far Manager - <a href="http://www.farmanager.com" rel="nofollow">http://www.farmanager.com</a> - it's Midnight Commander, Norton Commander type of program.
评论 #4186303 未加载
Bjartralmost 13 years ago
Why use this over a cross-compiled version of Bash?