标签:
一 Gow 是什么
1 Gow (Gnu On Windows) is the lightweight alternative to Cygwin. 2 It uses a convenient NSIS installer that installs over 100 extremely useful open source UNIX applications compiled as native win32 binaries. 3 It is designed to be as small as possible, 4 about 18 MB, as opposed to Cygwin which can run well over 100 MB depending upon options.
承后简写 Gnu On Windows,类似Cygwin的玩意,关键是比Cygwin支持的命令多,而且比Cygwin小.笔记本上不错的选择.
二 Gow 亮点
短小精悍 18M,100多种工具包,简直是运维,测试,开发,码农的必备.
右键菜单命令行,注册到右键一个打开cmd的快捷方式,不用再cd,进去就tail 起来吧.
... 说有个毛用,试试你就知道爽了
三 Gow 支持列表
wget
zip
which
wc
vi
uniq
tee
tar
sed
putty
grep
curl
...
四 安装.
https://github.com/bmatzelle/gow
五. 槽点
不支持alias ,所以命令得记全哈. 支持tab 补全文件名.
标签:
原文地址:http://www.cnblogs.com/liuyuxing/p/4998508.html