TOUCH.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH TOUCH 1
  2. .SH NAME
  3. touch - update a file's time of last modification
  4. .SH SYNOPSIS
  5. fBtouchfR [fB-cfR] fIfilefR ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-c" "Do not create the file"
  19. .SH EXAMPLES
  20. .EX "touch *.h" "Make the fI.hfP files look recent"
  21. .SH DESCRIPTION
  22. ############ NEXT ENTRY HAS NOT BEEN CHECKED #############
  23. .PP
  24. The time of last modification is set to the current time.
  25. This command is mostly used to trick
  26. .I make
  27. into thinking that a file is more recent than it really is.
  28. If the file being touched does not exist, it is created, unless the fB-cfR
  29. flag is present.
  30. .SH "SEE ALSO"
  31. .BR utime (2).