touch.1

来自「操作系统设计与实现源码」· 1 代码 · 共 32 行

1
32
字号
.TH TOUCH 1.SH NAMEtouch \- update a file's time of last modification.SH SYNOPSIS\fBtouch\fR [\fB\-c\fR] \fIfile\fR ...\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-c" "Do not create the file".SH EXAMPLES.EX "touch *.h" "Make the \fI.h\fP files look recent".SH DESCRIPTION############ NEXT ENTRY HAS NOT BEEN CHECKED #############.PPThe time of last modification is set to the current time.This command is mostly used to trick.I makeinto thinking that a file is more recent than it really is.If the file being touched does not exist, it is created, unless the \fB\-c\fRflag is present..SH "SEE ALSO".BR utime (2).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?