博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
大餐分享: Windows环境下学习linux的命令行,编辑器vim, 脚本和Git的绝佳工具---msysGit(才十几M)
阅读量:4141 次
发布时间:2019-05-25

本文共 594 字,大约阅读时间需要 1 分钟。

      之前介绍过Windows下的msysGit工具, 很强大, 现在来总结一下其功能:

      1. 学习linux的shell command

 Administrator@51B6904C3C8A485 /g/taoge

$ pwd
/g/taoge
Administrator@51B6904C3C8A485 /g/taoge
$ touch a.txt b.txt
Administrator@51B6904C3C8A485 /g/taoge
$ mkdir test
Administrator@51B6904C3C8A485 /g/taoge
$ ls
a.txt  b.txt  test
Administrator@51B6904C3C8A485 /g/taoge
$ mv test test_bak
Administrator@51B6904C3C8A485 /g/taoge
$ ls
a.txt  b.txt  test_bak
Administrator@51B6904C3C8A485 /g/taoge
$

      2. 学习linux的vim 

      3. 学习linux的shell script。 刚才就用msysGit写了一个小脚本, 还挺好听用的。

      4. 学习linux的Git

      对于那些想学linux, 又不知如何搭建环境的人来说, 这个Windows下的msysGit工具真是太棒了。奋斗

你可能感兴趣的文章
面试题:强制类型转换
查看>>
Decorator模式
查看>>
Template模式
查看>>
Observer模式
查看>>
高性能服务器设计
查看>>
性能扩展问题要趁早
查看>>
MySQL-数据库、数据表结构操作(SQL)
查看>>
OpenLDAP for Windows 安装手册(2.4.26版)
查看>>
图文介绍openLDAP在windows上的安装配置
查看>>
Pentaho BI开源报表系统
查看>>
Pentaho 开发: 在eclipse中构建Pentaho BI Server工程
查看>>
JSP的内置对象及方法
查看>>
android中SharedPreferences的简单例子
查看>>
android中使用TextView来显示某个网址的内容,使用<ScrollView>来生成下拉列表框
查看>>
andorid里关于wifi的分析
查看>>
Spring MVC和Struts2的比较
查看>>
Hibernate和IBatis对比
查看>>
Spring MVC 教程,快速入门,深入分析
查看>>
Android 的source (需安装 git repo)
查看>>
Commit our mod to our own repo server
查看>>