TOUCH.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. TOUCH(1)                  Minix Programmer's Manual                   TOUCH(1)
  2. NAME
  3.      touch - update a file's time of last modification
  4. SYNOPSIS
  5.      touch [-c] file ...
  6. OPTIONS
  7.      -c   Do not create the file
  8. EXAMPLES
  9.      touch *.h           # Make the .h files look recent
  10. DESCRIPTION
  11.      ############ NEXT ENTRY HAS NOT BEEN CHECKED #############
  12.      The time of last modification is set to the current time.   This  command
  13.      is  mostly  used  to  trick make into thinking that a file is more recent
  14.      than it really is.  If the file being  touched  does  not  exist,  it  is
  15.      created, unless the -c flag is present.
  16. SEE ALSO
  17.      utime(2).
  18.                                                                              1