Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window CMD命令行工具 (2023-11-23) #195

Open
yaogengzhu opened this issue Nov 23, 2023 · 1 comment
Open

window CMD命令行工具 (2023-11-23) #195

yaogengzhu opened this issue Nov 23, 2023 · 1 comment

Comments

@yaogengzhu
Copy link
Owner

最近有在调整流水线,打包路径在window上,不得不来补下window命令

dir          # 列出目录
dir 路径  # 路径下的目录
dir *.png # 过滤
``
@yaogengzhu
Copy link
Owner Author

常用cmd命令功能,如下:

1.cd\ (返回到根目录)

2.cd.. ( 返回到上一级目录)

3.cd (显示当前目录名)

4.cd+“空格”+“目录名”(改变当前目录)

5.dir (显示目录中的文件和子目录列表)

6.md+“空格”+“目录名”(创建目录)

7.del+“空格”+“文件名”( 删除一或数个文件)

8.chkdsk(检查磁盘并显示状态报告)

9.copy (将一份或多份文件复制到另一个位置)

10.date+“空格”+“日期”( 修改日期)

11.format+“空格“+”盘符号“( 格式化磁盘)

12.type(显示文本文件的内容)

13.move(移动文件并重命名文件和目录)

14.expand(展开一个或多个压缩文件)

15.time (显示或设置系统时间)

16.netstat(显示协议统计和当前tcp/ip连接)

17.route (操作和查看网络路由表)

18.nslookup(域名查找)

19.ping (用来检查网络是否通畅或者网络连接速度的命令)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant