From: Joel VanderWerf Date: 2003-03-22T05:55:03+09:00 Subject: Re: ruby and cron help Mark Probert wrote: > 0,15,30,45 * * * * /opt/home/mark/bin/vtx1 > ~/tmp/cron.out 2>&1 I've had trouble using ~ in crontab, so I use $HOME, which seems to work. (Solaris 7, anyway.)