Did you read this in the script?
Quote:
usage: weekly.ksh {-s start_date_spec} {-e end_date} {-w week_spec}
{-pW}
options:
-w The date of any day within the week to be processed in
the form MM/DD/YYYY. Takes predence over -s and -e.
-W Prompt for a date of any day within the week to be processed.
-s The start date spec may be either an explicit date in
the form of MM/DD/YYYY or a negative integer to indicate
the number of days before the end date, i.e. -14 would
indicate 14 days before the end date. The default is
the first day of last week (sunday).
-e The end date may be given in the form of MM/DD/YYYY. The
default is the last day of last week (saturday).
-p PICK from a list of procedures run.
|
Maybe all you have to do is type:
weekly.ksh -W
