Options | |||
---|---|---|---|
Option | Param | Description | |
--no-wildcards | Disable wildcard parsing and use each filename exactly as specified. | ||
--in-order | Process the input files in order of the command line and don't delete duplicates. | ||
-i | --ignore | Ignore non existing source files without warning. | |
--sh | Quote filenames for sh using '...'. | ||
--bash | Ignore --sh and quote filenames for bash using $'...'. Use »eval var=($(wszst wildcards --bash ...))« to assign the result to a bash array. |