The set command sets variable in the environment, or adds variable=value to file. If variable is not equated it to a value, set expects the value to be on stdin. The unset command
removes variable. Note that the FMLI predefined, read-only variables (such as ARG1), may not be set or unset.
Note that at least one of the above options must be used for each variable being set or unset. If you set a variable with the -ffilename option, you must
thereafter include filename in references to that variable. For example, ${(file)VARIABLE}.
FMLI inherits the UNIX environment when invoked.
|