icarusice / blog-comment

0 stars 0 forks source link

linux命令 #8

Open icarusice opened 2 years ago

icarusice commented 2 years ago

http://blog.1carus.xyz/post/linux%E5%91%BD%E4%BB%A43 linux命令3 touch命令 $ touch testfile #修改文件时间属性为当前系统时间 $ ls -l testfile #查看文件的时间属性 使用指令 “touch” 时,如果指定的文件不存在,则将创建一个新的空白文件 echo “hello” >c.txt...