The reason is I need to input some whitelist or blacklist from time to time.
I can't access anymore the database which has the whitelist and blacklist that's why I'm now need to manipulate the text file and segregate portion of whitelist and portion of blacklist. I already created a script that will insert the NEW whitelist and blacklist. My only concern is how can I have the variable whitelist and blacklist. Here is the scenario - get the old whitelist and old blacklist and make them as variable - append old whitelist to the file - append the new whitelist - append old blacklist On Wed, Jun 10, 2009 at 9:59 AM, Daniel Eggleston <[email protected]> wrote: > but that's what you have... a script that populates $whitelist and > $blacklist... > > Maybe you need to clarify what you need help with. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
