LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I write a C program or customize my Linux environment so... (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-write-a-c-program-or-customize-my-linux-environment-so-757363/)

beckettisdogg 09-23-2009 06:17 PM

How can I write a C program or customize my Linux environment so...
 
I plan to write a c program. and the c program will create ascii text files each time it runs.

how can I write the C program, or customize my Linux environment so the text files get deleted exactly after an hour they are created?

thankx, linuxquestions!

chrism01 09-23-2009 07:23 PM

2 options
1.Put the create & remove programs in cron.
2. write a wrapper daemon that loops once an hr; see sleep cmd


All times are GMT -5. The time now is 12:39 PM.