So my problem is the following: I have to implement a linux command, called DCMD, which has the following function: It must execute another default linux command to a certain date and time, both specified in input.
In short, I should write like this: dcmd "command" "date and time".
Well the problem is not date or hour, in fact I can manage it properly, if it is looking into the future, if the day, month and year are correct, etc. .. Also the command I think I've figured out how to handle it: I used the system call "execlp" and it run properly.
Well, at this point I don't know how to merge command and data, that is, run the following command at the time indicated.
Could someone explain to me how to do? :)
Thanks
cronalready exists? – David Heffernan May 15 '12 at 20:29atcommand. – chepner May 15 '12 at 20:31atwhich already does this. – Paul Tomblin May 15 '12 at 20:32homeworktag ? – Paul R May 15 '12 at 20:36apt-get source at.... – ShinTakezou May 15 '12 at 20:38