The reason I do not want to do that is randomly during the day more .txt files are being added to this folder, so I need to only delete the files that I've downloaded successfully. Or if a network issue caused a file to not download. I've seen it where by the time my download is done, there are others there as the $DATE.list file is being created.
So I need to only delete the files that have downloaded during that day, and I'll get any newer files the next day when the script runs.
thanks!
Main Topics
Browse All Topics





by: favorettiPosted on 2008-03-06 at 07:55:54ID: 21061471
Hello,
basically it looks like $DATE.list will contain the list of just downloaded txt files. Can't you just do mdelete *.txt?
Regards,
favoretti