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

操作系统开发

开发平台:

WINDOWS

  1. SHAR(1)                   Minix Programmer's Manual                    SHAR(1)
  2. NAME
  3.      shar - shell archiver
  4. SYNOPSIS
  5.      shar file ...
  6. EXAMPLES
  7.      shar *.c >s         # Collect C programs in shell archive
  8.      sh <s               # Extract files from a shell archive
  9. DESCRIPTION
  10.      The named files are collected together into a shell archive written  onto
  11.      standard  output.   The  individual files can be extracted by redirecting
  12.      the shell archive into the shell.  The advantage of shar over ar is  that
  13.      shar  archives  can  be read on almost any UNIX system, whereas numerous,
  14.      incompatible versions of ar are in widespread use.  Extracting the  files
  15.      from a shell archive requires that sed be accessible.
  16. SEE ALSO
  17.      sh(1), unshar(1).
  18.                                                                              1