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

操作系统开发

开发平台:

C/C++

  1. .TH UNSHAR 1
  2. .SH NAME
  3. unshar - Remove files from a shell archive
  4. .SH SYNOPSIS
  5. fBunsharfR [fB-btvxfR] fIsharfile fImember ...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 "-b" "Unshar brutally, overwriting files if need be"
  19. .FL "-t" "Tell what is in the archive but do not extract"
  20. .FL "-v" "Verbose mode"
  21. .FL "-x" "Extract only the members listed"
  22. .SH EXAMPLES
  23. .EX "unshar arch.sh" "Extract all members of the archive"
  24. .EX "unshar -t arch.sh" "List the contents of the archive"
  25. .EX "unshar -xf1 -xf2 arch.sh" "Extract fIf1fR and fIf2fR from fIarch.shfR"
  26. .EX "uniq -d inf outf" "Write duplicate lines to fIoutffP"
  27. .SH DESCRIPTION
  28. .PP
  29. .I Unshar
  30. extracts members of a shell archive, the same as fIshfR, except much faster.
  31. It expects shell archives created with fIshar.fR
  32. It also has options to list the contents of a shell archive, and to selectively
  33. extract some members but not all.
  34. .SH "SEE ALSO"
  35. .BR sh (1),
  36. .BR shar (1).