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

操作系统开发

开发平台:

C/C++

  1. UNSHAR(1)                 Minix Programmer's Manual                  UNSHAR(1)
  2. NAME
  3.      unshar - Remove files from a shell archive
  4. SYNOPSIS
  5.      unshar [-btvx] sharfile member ...
  6. OPTIONS
  7.      -b   Unshar brutally, overwriting files if need be
  8.      -t   Tell what is in the archive but do not extract
  9.      -v   Verbose mode
  10.      -x   Extract only the members listed
  11. EXAMPLES
  12.      unshar arch.sh      # Extract all members of the archive
  13.      unshar -t arch.sh   # List the contents of the archive
  14.      unshar -xf1 -xf2 arch.sh
  15.                          # Extract f1 and f2 from arch.sh
  16.      uniq -d inf outf    # Write duplicate lines to outf
  17. DESCRIPTION
  18.      Unshar extracts members of a shell archive, the same as sh,  except  much
  19.      faster.   It  expects  shell  archives  created  with  shar.  It also has
  20.      options to list the contents of  a  shell  archive,  and  to  selectively
  21.      extract some members but not all.
  22. SEE ALSO
  23.      sh(1), shar(1).
  24.                                                                              1