-a FILE |
read arguments from FILE, not standard input
|
-d CHARACTER |
items in input stream are separated by CHARACTER,
not by whitespace; disables quote and backslash
processing and logical EOF processing
|
-E END |
set logical EOF string; if END occurs as a line
of input, the rest of the input is ignored
(ignored if -0 or -d was specified)
|
-e |
equivalent to -E END if END is specified; otherwise, there is no end-of-file string
|
-L MAX-LINES |
use at most MAX-LINES non-blank input lines per command line
|
-n MAX-ARGS |
use at most MAX-ARGS arguments per command line
|
-P MAX-PROCS |
run at most MAX-PROCS processes at a time
|
-p |
prompt before running commands
|
-r |
if there are no arguments, then do not run COMMAND;
if this option is not given, COMMAND will be run at least once
|
-s MAX-CHARS |
limit length of command line to MAX-CHARS
|
-t |
print commands before executing them
|