|
Blue Forest http://www.lslnet.com at 11:18 on June 26, 2006
How to write a process, the daily automatic retrieval of documents already generated good day $D1=yyyymmdd Day date :
$D2=$D1-1
Write a procedure :
Ok.$D2 a name for retrieval of documents already exist.
If the document exists, then proceed to the next stage of processing orders.
If not, it has been retrieved.
How to write this? Thank you! |
How to write a process, the daily automatic retrieval of documents already generated good day Write cycle can it not?
While :
Do
If [-f file] ;then
Break
Fi
Sleep 10
Done
..... |
How to write a process, the daily automatic retrieval of documents already generated good day We should pay attention to all documents generated finished. . |
How to write a process, the daily automatic retrieval of documents already generated good day --> |
How to write a process, the daily automatic retrieval of documents already generated good day Write Daemon |
How to write a process, the daily automatic retrieval of documents already generated good day Written examination script, and then use crontab inspection. |
How to write a process, the daily automatic retrieval of documents already generated good day Written examination script, and then use crontab inspection. |
| |