touch /tmp/testfile 的作用是什么?
touch /tmp/testfile
将文件内容替换为单词 testfile
testfile
创建名为 testfile 的目录
如果文件已存在则删除它
如果文件不存在则创建空文件;如果文件已存在,则更新其修改时间戳