Package | Description |
---|---|
org.unix4j.unix.xargs |
Contains private classes used by the
xargs command. |
Modifier and Type | Field and Description |
---|---|
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.delimiter0
Option
"--delimiter0" : Input items are terminated by a null character instead of by
whitespace, and the quotes and backslash are not special (every
character is taken literally). |
XargsOptionSet_rtxz |
XargsOptionSets.delimiter0
Option
"--delimiter0" : Input items are terminated by a null character instead of by
whitespace, and the quotes and backslash are not special (every
character is taken literally). |
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.exactArgs
Option
"--exactArgs" : Terminate immediately if maxArgs is specified but the found
number of variable items is less than maxArgs . |
XargsOptionSet_rtxz |
XargsOptionSets.exactArgs
Option
"--exactArgs" : Terminate immediately if maxArgs is specified but the found
number of variable items is less than maxArgs . |
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.noRunIfEmpty
Option
"--noRunIfEmpty" : If the standard input does not contain any nonblanks, do not run the
command. |
XargsOptionSet_rtxz |
XargsOptionSets.noRunIfEmpty
Option
"--noRunIfEmpty" : If the standard input does not contain any nonblanks, do not run the
command. |
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.r
Option
"-r" : If the standard input does not contain any nonblanks, do not run the
command. |
XargsOptionSet_rtxz |
XargsOptionSets.r
Option
"-r" : If the standard input does not contain any nonblanks, do not run the
command. |
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.t
Option
"-t" : Print the command line on the standard error output before executing
it. |
XargsOptionSet_rtxz |
XargsOptionSets.t
Option
"-t" : Print the command line on the standard error output before executing
it. |
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.verbose
Option
"--verbose" : Print the command line on the standard error output before executing
it. |
XargsOptionSet_rtxz |
XargsOptionSets.verbose
Option
"--verbose" : Print the command line on the standard error output before executing
it. |
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.x
Option
"-x" : Terminate immediately if maxArgs is specified but the found
number of variable items is less than maxArgs . |
XargsOptionSet_rtxz |
XargsOptionSets.x
Option
"-x" : Terminate immediately if maxArgs is specified but the found
number of variable items is less than maxArgs . |
XargsOptionSet_rtxz |
XargsOptionSet_rtxz.z
Option
"-z" : Input items are terminated by a null character instead of by
whitespace, and the quotes and backslash are not special (every
character is taken literally). |
XargsOptionSet_rtxz |
XargsOptionSets.z
Option
"-z" : Input items are terminated by a null character instead of by
whitespace, and the quotes and backslash are not special (every
character is taken literally). |
Modifier and Type | Method and Description |
---|---|
static XargsOptionSet_rtxz |
XargsOptionSet_rtxz.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XargsOptionSet_rtxz[] |
XargsOptionSet_rtxz.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.