Thanks - works great, but how can i add support for an exact hour with minutes - something like between 16:30 - 18:30? Is there a place where it is explained how to manipulate this data?
hr=`date +%H%M`
if test $hr -ge 1630 -a $hr -lt 1830