月度归档: 2023 年 12 月

1 篇文章

Linux创建文件的5种方式
转载:https://blog.csdn.net/xtho62/article/details/118194873 1 touch touch指令,很常用的一种方法 1.1 创建一个文件 touch yyTest.ini 1.2 同时创建两个文件 touch test1.txt test2.txt 1.3 批量创建文件(如创建2000个文件) to…