
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Setting Date Variable for Cron Job
- Date: Mon, 17 Jun 2002 16:59:24 +0900
- From: Michael Doughty <Doughty_Michael@example.com>
- Subject: Re: [tlug] Setting Date Variable for Cron Job
- References: <bnRLgC.A.yGG.3KZD9@example.com>
On Mon, 17 Jun 2002 16:46:12 +0900 (JST), Charles Muller wrote:
> cp -f /home/chuck/.emacs /home/chuck/Documents/programming/emacs-`date+"%Y%m%d"`.txt
You need a space in the date command.
cp -f /home/chuck/.emacs /home/chuck/Documents/programming/emacs-`date +"%Y%m%d"`.txt
Should work.
Michael
Home |
Main Index |
Thread Index