ExASIC
分享让工作更轻松

推荐几款Windows上的类Linux小工具

对于长年在Linux平台工作的工程师,windows平台的cmd简直各种反人类。今天介绍几款运行在Windows上的类Linux小工具,帮助你提升windows下的工作效率。

ConEmu

官网https://conemu.github.io

ConEmu是一个本地的终端模拟器,或者叫做管理器。ConEmu里面可运行cmd.exe、powershell.exe、bash,也可以用来启动GUI程序,比如GVIM、Emacs。ConEmu可以用Tabs的方式同时打开多个不同的shell和程序,支持分屏、24位配色、背景图、半透明等。

截图 ConEmu截图

一些介绍和配置的文章:
强推ConEmu
https://zhuanlan.zhihu.com/p/20947499
ConEmu配置
https://www.cnblogs.com/chenamin/p/7682745.html

UnxUtils

官网https://sourceforge.net/projects/unxutils

UnxUtils是常见Unix/Linux命令的win移植版本,仅依赖微软的C运行时库msvcrt.dll。包括pwd、ls、cat、diff、du、find、awk、grep、make、mkdir、mv、rm、sed、which、cp等100多个命令。

注意:安装后,把与windows命令同名的find.exe、date.exe、mkdir.exe、sort.exe重命名成linuxfind.exe、linuxdate.exe、linuxmkdir.exe、linuxsort.exe。

一些介绍和配置的文章:
window中有关UnxUtils的使用心得
https://blog.csdn.net/zhengqiqiqinqin/article/details/9820375
在windows上使用Unix工具unxutils
http://www.cnblogs.com/itech/archive/2009/05/22/1487120.html

ls for Windows

官网https://u-tools.com/download.asp

这个版本的ls支持中文显示,用来替换UnxUtils里的ls。

git bash

官网https://git-scm.com

git bash可以看作是gnu bash的移植版,里面自带了很多常用的Linux命令,可以满足基本的需求。

一些介绍和配置的文章:
git bash安装和基本设置
https://www.cnblogs.com/jasonxu19900827/p/7823089.html
Git Bash for Windows
https://blog.csdn.net/mulangren1988/article/details/60324070

MinGW

官网http://mingw.org

MinGW,Minimalist GNU for Windows,也是常用Linux命令的windows版,与其它几个的区别是,MinGW带有gcc编译器。

一些介绍和配置的文章:
MinGW安装和使用
https://www.cnblogs.com/qcssmd/p/5302052.html

Make for Windows

官网http://gnuwin32.sourceforge.net/packages/make.htm

GNU Make的windows版本,有了它,在windows上跑流程简单很多。

其它常用软件的windows版

阅读数:
更多文章:文章目录
解惑专区
(支持markdown插入源代码)
欢迎使用ExASIC订阅服务
仅用于ExASIC最新文章通知,方便及时阅读。
友情链接: IC技术圈问答ReCclayCrazyFPGA