Print this page
1154 cpio needs a quiet option

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/cpio.1
          +++ new/usr/src/man/man1/cpio.1
   1    1  '\" te
   2    2  .\" Copyright 1989 AT&T
   3    3  .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
        4 +.\" Copyright (c) 2012 Gary Mills
   4    5  .\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
   5    6  .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at http://www.opengroup.org/bookstore/.
   6    7  .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text
   7    8  .\" are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical
   8    9  .\" and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
   9   10  .\"  This notice shall appear on any product containing this material.
  10   11  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
  11   12  .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
  12   13  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  13   14  .TH CPIO 1 "Aug 3, 2009"
  14   15  .SH NAME
  15   16  cpio \- copy file archives in and out
  16   17  .SH SYNOPSIS
  17   18  .LP
  18   19  .nf
  19      -\fBcpio\fR \fB-i\fR [\fB-bBcdfkmPrsStuvV6@/\fR] [\fB-C\fR \fIbufsize\fR] [\fB-E\fR \fIfile\fR]
       20 +\fBcpio\fR \fB-i\fR [\fB-bBcdfkmPqrsStuvV6@/\fR] [\fB-C\fR \fIbufsize\fR] [\fB-E\fR \fIfile\fR]
  20   21       [\fB-H\fR \fIheader\fR] [\fB-I\fR \fI\fR [\fB-M\fR \fImessage\fR]] [\fB-R\fR \fIid\fR] [\fIpattern\fR]...
  21   22  .fi
  22   23  
  23   24  .LP
  24   25  .nf
  25      -\fBcpio\fR \fB-o\fR [\fB-aABcLPvV@/\fR] [\fB-C\fR \fIbufsize\fR] [\fB-H\fR \fIheader\fR]
       26 +\fBcpio\fR \fB-o\fR [\fB-aABcLPqvV@/\fR] [\fB-C\fR \fIbufsize\fR] [\fB-H\fR \fIheader\fR]
  26   27       [\fB-O\fR \fIfile\fR [\fB-M\fR \fImessage\fR]]
  27   28  .fi
  28   29  
  29   30  .LP
  30   31  .nf
  31      -\fBcpio\fR \fB-p\fR [\fB-adlLmPuvV@/\fR] [\fB-R\fR \fIid\fR] \fIdirectory\fR
       32 +\fBcpio\fR \fB-p\fR [\fB-adlLmPquvV@/\fR] [\fB-R\fR \fIid\fR] \fIdirectory\fR
  32   33  .fi
  33   34  
  34   35  .SH DESCRIPTION
  35   36  .sp
  36   37  .LP
  37   38  The \fBcpio\fR command copies files into and out of a \fBcpio\fR archive. The
  38   39  \fBcpio\fR archive can span multiple volumes. The \fB-i\fR, \fB-o\fR, and
  39   40  \fB-p\fR options select the action to be performed. The following list
  40   41  describes each of the actions. These actions are mutually exclusive.
  41   42  .SS "Copy In Mode"
↓ open down ↓ 373 lines elided ↑ open up ↑
 415  416  written along with other attributes, except for extended attributes, to the
 416  417  standard output. \fBACL\fRs are created as special files with a special file
 417  418  type. If the option is used for input, existing \fBACL\fRs are extracted along
 418  419  with other attributes from standard input. The option recognizes the special
 419  420  file type. Notice that errors occurs if a \fBcpio\fR archive with \fBACL\fRs is
 420  421  extracted by previous versions of \fBcpio\fR. This option should not be used
 421  422  with the \fB-c\fR option, as \fBACL\fR support might not be present on all
 422  423  systems, and hence is not portable. Use \fBASCII\fR headers for portability.
 423  424  .RE
 424  425  
      426 +.sp
      427 +.ne 2
      428 +.na
      429 +\fB\fB-q\fR\fR
      430 +.ad
      431 +.RS 14n
      432 +Quiet. Suppresses the number of blocks message that normally is printed
      433 +after the copy is completed.
      434 +.RE
      435 +
 425  436  .sp
 426  437  .ne 2
 427  438  .na
 428  439  \fB\fB-r\fR\fR
 429  440  .ad
 430  441  .RS 14n
 431  442  Interactively renames files. If the user types a carriage return alone, the
 432  443  file is skipped. If the user types a ``.'', the original pathname is retained.
 433  444  Not available with \fBcpio\fR \fB-p\fR.
 434  445  .RE
↓ open down ↓ 406 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX