Linux mdel命令
Linux 教程
· 2019-02-13 21:27:33
Linux mdel命令用来删除 MSDOS 格式的档案。
在删除只读之前会有提示信息产生。
语法
mdel [-v] msdosfile [ msdosfiles ... ]
参数:
- -v 显示更多的讯息。
实例
将 A 槽磁片根目录中的 autoexec.bat 删除。
mdel a:autoexec.bat .
点击查看所有 Linux 教程 文章: https://codercto.com/courses/l/14.html
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!