usr/src/man/man1/xargs.1
changeset 14183 f1ab3ae29311
parent 13476 5b2854ecc12d
equal deleted inserted replaced
14182:b02c4a353739 14183:f1ab3ae29311
     5 .\" 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 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 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.
     5 .\" 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 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 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.
     6 .\"  This notice shall appear on any product containing this material.
     6 .\"  This notice shall appear on any product containing this material.
     7 .\" 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.
     7 .\" 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.
     8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
     8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
     9 .\" 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 the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
     9 .\" 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 the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
    10 .TH XARGS 1 "Jul 17, 2007"
    10 .TH XARGS 1 "November 24, 2012"
    11 .SH NAME
    11 .SH NAME
    12 xargs \- construct argument lists and invoke utility
    12 xargs \- construct argument lists and invoke utility
    13 .SH SYNOPSIS
    13 .SH SYNOPSIS
    14 .LP
    14 .LP
    15 .nf
    15 .nf
    16 \fBxargs\fR [\fB-t\fR] [\fB-p\fR] [\fB-e\fR[\fIeofstr\fR]] [\fB-E\fR \fIeofstr\fR]
    16 \fBxargs\fR [\fB-t\fR] [\fB-0\fR] [\fB-p\fR] [\fB-e\fR[\fIeofstr\fR]] [\fB-E\fR \fIeofstr\fR]
    17      [\fB-I\fR \fIreplstr\fR] [\fB-i\fR[\fIreplstr\fR]] [\fB-L\fR \fInumber\fR] [\fB-l\fR[\fInumber\fR]]
    17      [\fB-I\fR \fIreplstr\fR] [\fB-i\fR[\fIreplstr\fR]] [\fB-L\fR \fInumber\fR] [\fB-l\fR[\fInumber\fR]]
    18      [\fB-n\fR \fInumber\fR [\fB-x\fR]] [\fB-s\fR \fIsize\fR] [\fIutility\fR [\fIargument\fR...]]
    18      [\fB-n\fR \fInumber\fR [\fB-x\fR]] [\fB-s\fR \fIsize\fR] [\fIutility\fR [\fIargument\fR...]]
    19 .fi
    19 .fi
    20 
    20 
    21 .SH DESCRIPTION
    21 .SH DESCRIPTION
   156 .RE
   156 .RE
   157 
   157 
   158 .sp
   158 .sp
   159 .ne 2
   159 .ne 2
   160 .na
   160 .na
   161 \fB\fB-p\fR\fR
   161 \fB-p\fR
   162 .ad
   162 .ad
   163 .RS 15n
   163 .RS 15n
   164 Prompt mode. The user is asked whether to execute \fIutility\fR at each
   164 Prompt mode. The user is asked whether to execute \fIutility\fR at each
   165 invocation. Trace mode (\fB-t\fR) is turned on to write the command instance to
   165 invocation. Trace mode (\fB-t\fR) is turned on to write the command instance to
   166 be executed, followed by a prompt to standard error. An affirmative response
   166 be executed, followed by a prompt to standard error. An affirmative response
   220 .ad
   220 .ad
   221 .RS 6n
   221 .RS 6n
   222 Terminates if a command line containing \fInumber\fR arguments (see the
   222 Terminates if a command line containing \fInumber\fR arguments (see the
   223 \fB-n\fR option above) or \fInumber\fR lines (see the \fB-L\fR option above)
   223 \fB-n\fR option above) or \fInumber\fR lines (see the \fB-L\fR option above)
   224 does not fit in the implied or specified size (see the \fB-s\fR option above).
   224 does not fit in the implied or specified size (see the \fB-s\fR option above).
       
   225 .RE
       
   226 
       
   227 .sp
       
   228 .ne 2
       
   229 .na
       
   230 \fB-0\fR
       
   231 .ad
       
   232 .RS 6n
       
   233 Null separator mode.  Instead of using white space or new lines to
       
   234 delimit arguments, zero bytes are used.  This is suitable for use with
       
   235 the -print0 argument to \fBfind\fR(1).
   225 .RE
   236 .RE
   226 
   237 
   227 .SH OPERANDS
   238 .SH OPERANDS
   228 .sp
   239 .sp
   229 .LP
   240 .LP