摘要: 文件操作 一、创建文件 [root@localhost ~]# touch a.txt # 创建单个文件 [root@localhost ~]# touch b.txt c.txt # 创建多个文件 [root@localhost ~]# touch a{1..6}txt # 创建多个文件 二、删除 阅读全文
posted @ 2019-11-09 10:53 刘_love_田 阅读(202) 评论(0) 推荐(0)