notify built-in command for tcsh: Notify user of job status changes

Format

notify [%job …]

Description

notify causes the shell to notify the user asynchronously when the status of any of the specified jobs (or, without %job, the current job) changes, instead of waiting until the next prompt. job can be a number, a string, ", %, + or '-' as described in Jobs. See also the notify shell variable.

Related information

tcsh