命令格式
touch [参数] 文件
命令功能
新建文件
命令参数
touch --help
常用命令
- 创建不存在的文件
touch newFile1
- 修改文件的时间和指定文件的时间一样
touch -r file1 file2
- 设置文件时间戳
touch -t 201605011122 file
touch [参数] 文件
新建文件
touch --help
touch newFile1
touch -r file1 file2
touch -t 201605011122 file