- 论坛徽章:
- 0
|
-i[ReplaceString] Obsolete flag. Use the -I (Uppercase i) flag.
If you do not specify the ReplaceString parameter, the string "{}" is used.
Note: The -I (Uppercase i), and the -i flags are mutually exclusive; the last flag specified takes effect.
-I ReplaceString (Uppercase i). Inserts each line of standard input as an argument for the Command parameter, inserting it in Argument for each occurrence of ReplaceString. ReplaceStrings can not be used in more than 5 arguments. Blank characters at the beginning of each standard input line are ignored. Each Argument can contain one or more ReplaceStrings, but may not be larger than 255 bytes. The -I flag also turns on the -x flag.
Note: The -I (Uppercase i), and the -i flags are mutually exclusive; the last flag specified takes effect.
--replace[=replace-str], -I replace-str, -i[replace-str]
Replace occurences of replace-str in the initial arguments with names read
from standard input. Also, unquoted blanks do not terminate arguments.
If replace-str is omitted, it defaults to "{}"
在这里不用都行吧。 |
|