UNSHAR.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH UNSHAR 1
- .SH NAME
- unshar - Remove files from a shell archive
- .SH SYNOPSIS
- fBunsharfR [fB-btvxfR] fIsharfile fImember ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-b" "Unshar brutally, overwriting files if need be"
- .FL "-t" "Tell what is in the archive but do not extract"
- .FL "-v" "Verbose mode"
- .FL "-x" "Extract only the members listed"
- .SH EXAMPLES
- .EX "unshar arch.sh" "Extract all members of the archive"
- .EX "unshar -t arch.sh" "List the contents of the archive"
- .EX "unshar -xf1 -xf2 arch.sh" "Extract fIf1fR and fIf2fR from fIarch.shfR"
- .EX "uniq -d inf outf" "Write duplicate lines to fIoutffP"
- .SH DESCRIPTION
- .PP
- .I Unshar
- extracts members of a shell archive, the same as fIshfR, except much faster.
- It expects shell archives created with fIshar.fR
- It also has options to list the contents of a shell archive, and to selectively
- extract some members but not all.
- .SH "SEE ALSO"
- .BR sh (1),
- .BR shar (1).