Re: Scheduling Jobs - Last day of the month - HOWTO?
- From: Florian Diesch <diesch@xxxxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 16:01:22 +0200
Michael B. Johnson <mjohnson@xxxxxxxxxxx> wrote:
When I looked through the man pages for Cron, there did not appear to be any
obvious mechanism for specifying the *last day* of the month.
if [ $(date --date=tomorrow +%m) != $(date +%m) ]; then
echo last day of the month
fi
Florian
--
<http://www.florian-diesch.de/>
.
- References:
- Scheduling Jobs - Last day of the month - HOWTO?
- From: Michael B . Johnson
- Scheduling Jobs - Last day of the month - HOWTO?
- Prev by Date: Re: problems connecting to a lan from another subnet
- Next by Date: Filesystem corrupts after power failure
- Previous by thread: Re: Scheduling Jobs - Last day of the month - HOWTO?
- Next by thread: Memory restrictions
- Index(es):
Relevant Pages
|