把每个 FILE 文件的访问和修改时间,更新为当前时间。
在当前目录下,创建新的空文件。
另请参阅: tty
touch one.txt
基本语法
touch [OPTION]... FILE...
注意:
长选项强制性参数,对于短选项也是必需的。
不存在的 FILE 文件自变量被创建为空,除非 -c 或 -h 被提供。
为 - 的 FILE 自变量字符串会被专门处理,并导致 touch 更改与标准输出关联的文件时间。
选项参数
参数 | EN 解释 | 中文翻译 | 备注 |
---|---|---|---|
-a | change only the access time | 只更改访问时间 | |
-c, --no-create | do not create any files | 不创建任何文件 | |
-d, --date=STRING | parse STRING and use it instead of current time | 剖析 STRING 并使用它而不是当前时间 | |
-f | (ignored) | (忽略) | |
-h, --no-dereference |
affect each symbolic link instead of any referenced file (useful only on systems that can change the timestamps of a symlink) |
影响每个符号链接,而不是任何被引用文件 (仅在能更改符号链接时间戳的系统上有用) |
|
-m | change only the modification time | 仅更改修改时间 | |
-r, --reference=FILE | use this file's times instead of current time | 使用此文件的时间而不是当前时间 | |
-t STAMP | use [[CC]YY]MMDDhhmm[.ss] instead of current time | 使用 [[CC]YY]MMDDhhmm[.ss] 而不是当前时间 | |
--time=WORD |
change the specified time: WORD is access, atime, or use: equivalent to -a WORD is modify or mtime: equivalent to -m |
更改指定时间: WORD 为 access、atime 或 use:等效于 -a WORD 为 Modify 或 mtime:等效于 -m |
|
--help | display this help and exit | 显示此帮助并退出 | |
--version | output version information and exit | 输出版本信息并退出 |
注意: -d 和 -t 选项接受不同的时间日期格式。
功能 | 命令 | 文字解释 | 示例 | 示例解释 |
---|---|---|---|---|
创建 | touch one.txt | 在当前目录下创建新 one.txt 空文件 | ||
帮助 | touch --help | 展示帮助信息 | ||
版本 | touch --version | 展示版本信息 |
版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。