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

操作系统开发

开发平台:

WINDOWS

  1. .TH AR 1
  2. .SH NAME
  3. ar, aal - archivers
  4. .SH SYNOPSIS
  5. fBarfR [fBdmpqrtxfR][fBabciluvfR]fR [fIposnamefR] fIarchivefR [fIfile fR...]fR
  6. .br
  7. fBaalfR [fBdpqrtxfR][fBclvfR]fR fIarchivefR [fIfile fR...]fR
  8. .br
  9. .de FL
  10. .TP
  11. \fB\$1\fR
  12. \$2
  13. ..
  14. .de EX
  15. .TP 20
  16. \fB\$1\fR
  17. # \$2
  18. ..
  19. .SH EXAMPLES
  20. .EX "ar r libc.a sort.s" "Replace fIsortfR.s in fIlibc.afR"
  21. .EX "ar rb a.s libc.a b.s" "Insert fIb.sfR before fIa.sfR in fIlibc.afR"
  22. .SH DESCRIPTION
  23. .PP
  24. fIArfR allows groups of files to be put together into a single archive.
  25. It is normally used for libraries of compiled procedures.  fIAalfR is like
  26. fIarfP, but is to be used with the ACK compiler.  The following keys
  27. are allowed:
  28. .PP
  29. .ta 0.25i 0.50i
  30. .nf
  31. fBdfR: Delete. fIArfR will delete the named members.
  32. fBmfR: Move named files. fIArfR expects fIafR, fIbfR, or fIifR to be specified.
  33. fBpfR: Print the named files (list them on fIstdoutfR)
  34. fBqfR: Quickly append to the end of the archive file.
  35. fBrfR: Replace (append when not in archive).
  36. fBtfR: Print the archive's table of contents.
  37. fBxfR: Extract
  38. .fi
  39. .PP
  40. fBThe keys may optionally concatencated with one or more of the followingfR:
  41. .nf
  42. .PP
  43. fBafR: After fIposnamefR
  44. fBbfR: Before fIposnamefR
  45. fBcfR: Create  (suppresses creation message)
  46. fBifR: Before fIposnamefR
  47. fBlfR: Local temporary file for work instead of fI/tmp/ar.$$$$$fR
  48. fBufR: Replace only if dated later than member in archive
  49. fBvfR: Verbose
  50. .PP
  51. .fi
  52. .SH "SEE ALSO"
  53. .BR anm (1),
  54. .BR asize (1),
  55. .BR nm (1),
  56. .BR size (1).