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

操作系统开发

开发平台:

C/C++

  1. .TH RM 1
  2. .SH NAME
  3. rm - remove a file
  4. .SH SYNOPSIS
  5. fBrmfR [fB-ifrRvxfR] fInamefR ...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 "-i" "Interactive remove: ask before removing"
  19. .FL "-f" "Forced remove: no questions asked"
  20. .FL "-rR" "Remove directories and their contents"
  21. .FL "-v" "Tell what rm is removing"
  22. .FL "-x" "Do not cross device boundaries"
  23. .SH EXAMPLES
  24. .EX "rm file" "Remove fIfilefR"
  25. .EX "rm -i *.c" "Remove fI.cfP files, asking about each"
  26. .SH DESCRIPTION
  27. .PP
  28. .I Rm
  29. removes one or more files.
  30. If a file has no write permission,
  31. .I rm
  32. asks for permission (type &'y&' or &'n&') unless fB-ffR
  33. is specified.
  34. If the file is a directory, it will be recursively descended and removed
  35. if and only if the fB-RfR flag is present.
  36. .SH "SEE ALSO"
  37. .BR cp (1),
  38. .BR mv (1),
  39. .BR rmdir (1),
  40. .BR unlink (2),
  41. .BR rmdir (2).