touch -c file 修改时间戳
touch -m file 只修改修改时间
touch -a file 只修改访问时间
touch svn-access-file 创建用户访问权限配置文件
touch -m -t TIME file 指定修改时间
In theory, you do not need to touch this file again.
在理论上,您不再需要编辑该文件。
Using Groovy as a shell-script (or batch-script) replacement is easy, thanks to how easily you can reach out and touch the file system.
使用 Groovy 代替 shell 脚本(或批处理脚本)非常容易,因为您能够方便地访问文件系统。
While keeping the job running in another shell session we'll create a new directory, touch a new file and delete the file again.
上述任务运行的同时,我们在另一个shell里依次执行以下操作:创建文件夹,然后在新文件夹下创建文件,接着删除新创建的文件。
应用推荐