Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
title$HOME/course/test/house_keeping/clear_log.ecf
%include <head.h>

# copy the log file to the ECF_HOME/log directory
cp %ECF_LOG% %ECF_HOME%/log/.
 
# clear the log file
ecflow_client  --log=clear

%include <tail.h>

 

 Text

The brevity the previous families have been omitted.

...