登录: D:\seegot\mysql5.5.36\bin> mysql -uroot -proot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id Server version: MySQL Community Server (GPL) Copyright (c) , , Oracle and/or its affiliates. All rights reserved. 查看数
新建文件夹和文件 cd .. 返回上一级 md test 新建test文件夹 md d:\test\my d盘下新建文件夹 cd test 进入test文件夹 cd.>cc.txt 新建cc.txt文件 dir 列出文件夹下所有文件及文件夹 删除文件夹和文件 cd test 进入test文件夹 dir 查看所有文件目录 del a.txt 删除a.txt的文件 del *.txt 删除所有后缀为.txt的文件 rd test 删除名为test的空文件夹 rd /s D:\test 删除D盘里的t