⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xargs.1

📁 早期freebsd实现
💻 1
字号:
.\" Copyright (c) 1990, 1991, 1993.\"	The Regents of the University of California.  All rights reserved..\".\" This code is derived from software contributed to Berkeley by.\" John B. Roll Jr. and the Institute of Electrical and Electronics.\" Engineers, Inc..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\"    notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\"    notice, this list of conditions and the following disclaimer in the.\"    documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\"    must display the following acknowledgement:.\"	This product includes software developed by the University of.\"	California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\"    may be used to endorse or promote products derived from this software.\"    without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\"	@(#)xargs.1	8.1 (Berkeley) 6/6/93.\".Dd June 6, 1993.Dt XARGS 1.Os.Sh NAME.Nm xargs.Nd "construct argument list(s) and execute utility".Sh SYNOPSIS.Nm xargs.Op Fl t.Oo Op Fl x.Fl n Ar number.Oc.Op Fl s Ar size.Op Ar utility Op Ar arguments ....Sh DESCRIPTIONThe.Nm xargsutility reads space, tab, newline and end-of-file delimited argumentsfrom the standard input and executes the specified.Ar utilitywith them asarguments..PpThe utility and any arguments specified on the command line are givento the.Ar utilityupon each invocation, followed by some number of the arguments readfrom standard input.The.Ar utilityis repeatedly executed until standard input is exhausted..PpSpaces, tabs and newlines may be embedded in arguments using single(``\ '\ '').Ekor double (``"'') quotes or backslashes (``\e'').Single quotes escape all non-single quote characters, excluding newlines,up to the matching single quote.Double quotes escape all non-double quote characters, excluding newlines,up to the matching double quote.Any single character, including newlines, may be escaped by a backslash..PpThe options are as follows:.Bl -tag -width indent.It Fl n Ar numberSet the maximum number of arguments taken from standard input for eachinvocation of the utility.An invocation of.Ar utilitywill use less than.Ar numberstandard input arguments if the number of bytes accumulated (see the.Fl soption) exceeds the specified.Ar sizeor there are fewer than.Ar numberarguments remaining for the last invocation of.Ar utility .The current default value for.Ar numberis 5000..It Fl s Ar sizeSet the maximum number of bytes for the command line length provided to.Ar utility .The sum of the length of the utility name and the arguments passed to.Ar utility(including.Dv NULLterminators) will be less than or equal to this number.The current default value for.Ar sizeis.Dv ARG_MAX- 2048..It Fl tEcho the command to be executed to standard error immediately before itis executed..It Fl xForce.Nm xargsto terminate immediately if a command line containing.Ar numberarguments will not fit in the specified (or default) command line length..El.PpIf no.Ar utilityis specified,.Xr echo 1is used..PpUndefined behavior may occur if.Ar utilityreads from the standard input..PpThe.Nm xargsutility exits immediately (without processing any further input) if acommand line cannot be assembled,.Ar utilitycannot be invoked, an invocation of the utility is terminated by a signalor an invocation of the utility exits with a value of 255..PpThe.Nm xargsutility exits with a value of 0 if no error occurs.If.Ar utilitycannot be invoked,.Nm xargsexits with a value of 127.If any other error occurs,.Nm xargsexits with a value of 1..Sh SEE ALSO.Xr echo 1 ,.Xr find 1.Sh STANDARDSThe.Nm xargsutility is expected to be.St -p1003.2compliant.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -