The output from some routines is often unwanted in scripts. In these cases redirect the standard output to a null file.
correlate in1=frame1 in2=frame2 out=framec > /dev/null
Here the text output from the task correlate is disposed of to
the /dev/null file. Messages from Starlink tasks and usually
Fortran channel 6 write to standard output.
C-shell Cookbook