Hi, I am attempting to write a cron (or similar) job that twice daily will update a cvs repository I am running, so far so good (rtfm) now I want one of the fields to get input from the current date and time.
cvs commit -m "b31102002_1559" where the b doesnt change but the rest does according to the date, any one have any suggestions on how the most efficient way of doing this. Should I write some sort of bash script that cron will call, and the script do the date munging? I am at this stage looking for ideas not implementation help. Thanks, Mark
