美文网首页
Linux命令在Windows环境下的运用

Linux命令在Windows环境下的运用

作者: 骨头社社员Vankd | 来源:发表于2018-03-28 14:04 被阅读0次

持续学习,完善中...:)

网址:CoreUtils for Windows

安装下载:binaries.zip和dependencies.zip两个解压包,并置于同一文件下。

将文件bin的绝对路径添加至path配置环境,就可以在windows系统中运用Linux的强大命令啦!

<文本方面>

head tail cat tac 

nl touch wc

join split 

sort uniq

<文件目录管理>

md5sum ls cp du mkdir mv等.

<进程管理>

sleep tee


命令1-wc.exe:统计文件夹下EXCEL文件的具体条目

    cmd环境下:wc -l \文件夹的路径\

相关文章

网友评论

      本文标题:Linux命令在Windows环境下的运用

      本文链接:https://www.haomeiwen.com/subject/fqiycftx.html