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

操作系统开发

开发平台:

WINDOWS

  1. .TH TAR 1
  2. .SH NAME
  3. tar - tape archiver
  4. .SH SYNOPSIS
  5. fBtarfR [fBFcotvxpfR]fR [fBffR] fItarfile fIfile ...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 "F" "Force tar to continue after an error"
  19. .FL "c" "Create a new archive; add named files"
  20. .FL "o" "Set uid/gid to original values on extraction"
  21. .FL "f" "Next argument is name of tarfile"
  22. .FL "t" "Print a table listing the archive's contents"
  23. .FL "v" "Verbose mode-tell what is going on as it happens"
  24. .FL "x" "The named files are extracted from the archive"
  25. .FL "p" "Restore file modes, ignore creation mask"
  26. .FL "D" "Directory only, do not recurse"
  27. .SH EXAMPLES
  28. .EX "tar c /dev/fd1 ." "Back up current directory to fI/dev/fd1fR"
  29. .EX "tar xv /dev/fd1 file1 file2" "Extract two files from the archive"
  30. .EX "tar cf - | (cd dest; tar xf -)" "Copy current directory to fIdestfR"
  31. .SH DESCRIPTION
  32. .PP
  33. fITarfR is a POSIX-compatible archiver, except that it does not use tape.
  34. It's primary advantage over
  35. .I ar
  36. is that the 
  37. .I tar
  38. format is somewhat more standardized than the
  39. .I ar 
  40. format, making it theoretically possible to transport 
  41. s-2MINIXs+2
  42. files to another computer, but do not bet on it.
  43. If the target machine runs
  44. &MS-DOS ,
  45. try
  46. .I doswrite .
  47. .SH "SEE ALSO"
  48. .BR compress (1),
  49. .BR vol (1).