Section 5: Using the AXIS 200
AXIS 200 User’s Manual
40
A typical CRON script construction is detailed below:
CRON Script Construction
Comments
It is good programming practice to start each new entry with a
comment to describe its function. Comments are optional but must be
proceeded by a
#
character, as detailed below:
# <comment> (first entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
.
%
# <comment> (second entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
.
%
# <comment> (...nth entry)
<trigger condition> :
<command 1> ;
<command 2> ;
.
.
.
%
# <comment>