Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/5.4.1/doc/param/node3.html
Дата изменения: Fri Jan 10 21:32:35 2003 Дата индексирования: Sat Dec 22 07:24:43 2007 Кодировка: Поисковые слова: trees |
Parameters are specified on the command-line in either of the following formats:
The command line may only specify parameters which are defined in the parameter file.
Examples:
foo --ival=42 --rval=1.23 # Simple parameters foo --sval=hello # Simple string foo --sval='hello world' # String with space foo --slist='"one two" three' # List of two strings
Arguments which contain spaces must be quoted. This also applies if the string has a leading or trailing space which must be preserved. For example:
foo --sval=' hello world'
The shell's file-name expansion mechanism cannot be used directly to specify a list of filenames. File-name expansion may be implemented within the parameter package, at a later date. In the meanwhile, the following example shows a work-around solution:
foo --flist="'echo *.fits *.out'"
The single-quote character may be used in an argument, provided that it is correctly quoted or escaped. The following examples are both valid:
foo --sval="can't wait" foo --sval='can'\''t wait'
If the parameters are not allowable values, as defined by the parameter specification file, an error message is given and the task is not run. The user should then correct the command-line, using the shell's history mechanism.
Command-line options with a single '-' are used for certain generic functions and are not considered as task parameters. See the documentation of the `taskmain' package for further details.
XMM-Newton SOC/SSC -- 2003-01-10