I have done it for so many times, setting a cronjob. Today I was tring to set a simple cronjob which will output the log file with timestamp attached filename. Hourly running cron entry was: 0 * * perl demo.pl > demo-out_date "+%Y-%m-%d\_%H-%M".log Running the same command on shell prompt was working fine. […]

The post crontab not working with dynamic date filename – rhel linux first appeared on ..::CHANGE is INEVITABLE::...