DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(sharutils.info.gz) Selecting

Info Catalog (sharutils.info.gz) shar invocation (sharutils.info.gz) shar invocation (sharutils.info.gz) Splitting
 
 Selecting files
 ===============
 
 `-p'
 `--intermix-type'
      Allow positional parameter options.  The options `-M', `-B', `-T',
      `-z' and `-Z' may be embedded, and files to the right of the
      option will be processed in the specified mode.  Without the `-p'
      option, embedded options would be interpreted as file names.
       Stocking for more information on these options.
 
 `-S'
 `--stdin-file-list'
      Read list of files to be packed from the standard input rather
      than from the command line.  Input must be one file name per line.
      This switch is especially useful when the command line will not
      hold the list of files to be packed.  For example:
 
           find . -type f -print | shar -S -o /tmp/big.shar
 
      If `-p' is specified on the command line, then the options `-M',
      `-B', `-T', `-z' and `-Z' may be included in the standard input
      (on a line separate from file names).  The maximum number of lines
      of standard input, file names and options, may not exceed 1024.
 
Info Catalog (sharutils.info.gz) shar invocation (sharutils.info.gz) shar invocation (sharutils.info.gz) Splitting
automatically generated byinfo2html