Hi Guys
I hope you guys can help or at least let me know if you can think of easier way of doing this.
I work for a hosting company and we frequently get large number of zone files because the customer is migrating from another company to us, we have scripts which we have written inhouse to help us with this but the problem is the scripts expect certain format.
I would usually use grep/SED/gawk to manipulate the zone files so then I can feed the output to our scripts which will update our DNS servers. The problem is a lot of our support guys cannot use grep/SED/gawk and I want to simplify this process.
What I'm thinking about is to maybe write very simple PHP script which will basically read all the file in a directory and then print formated text to the browser, so the support guys then can copy the output and paste it into a file which they can feed it to our migration script.
Hope all of that makes sense. Please don't hesitate to ask me any questions you might have about this or to make any suggestions
I woud also like to declare now that I'm a PHP newbie 😃
Saeed