update: Update a task’s parameters (flush to disk)

Package: language

Usage

update task [task ...]

Parameters

task
An IRAF task name.

Description

Normally when a task terminates the values of the task parameters used are stored for the next invocation of the task in a disk file in the users UPARM directory. However if the task parameters have been cached by the cache command, this will not be done until the CL terminates. In the case of a background job, automatic updating of parameters is disabled. The update command is used to force the parameters for a task to be updated on disk.

Example

1. Update the parameters for the page task.

cl> update page

Bugs

The parameter set is only updated on disk if a parameter has been modified since the last update.

See also

cache, unlearn