Re: could use an audit

2003-12-14 Thread Kenton Brede
On Fri, Dec 12, 2003 at 06:20:45PM -0600, Kenton Brede wrote: > I've cobbled some code together that will allow me to parse a file Thanks all for your help. I've learned a ton:) Kent -- "I am always doing that which I can not do, in order that I may learn how to do it." --Pablo Picasso -

Re: could use an audit

2003-12-13 Thread drieux
On Dec 12, 2003, at 4:20 PM, Kenton Brede wrote: I've cobbled some code together that will allow me to parse a file snarfing 4 lines which consist of server name and Daily output of bandwith usage. [..] I'm not exactly a programming wonder and trying to learn. [..] Kent, As has been noted, james

Re: could use an audit

2003-12-13 Thread John W. Krahn
Kenton Brede wrote: > > I've cobbled some code together that will allow me to parse a file > snarfing 4 lines which consist of server name and Daily output of > bandwith usage. I've pasted an example of what I have at the bottom of > this mail. If anyone would like to take the time to show me ho

Re: could use an audit

2003-12-13 Thread Rob Dixon
James Edward Gray II wrote: > > On Dec 12, 2003, at 6:20 PM, Kenton Brede wrote: > > > I've cobbled some code together that will allow me to parse a file > > snarfing 4 lines which consist of server name and Daily output of > > bandwith usage. I've pasted an example of what I have at the bottom of

Re: could use an audit

2003-12-12 Thread James Edward Gray II
On Dec 12, 2003, at 6:20 PM, Kenton Brede wrote: I've cobbled some code together that will allow me to parse a file snarfing 4 lines which consist of server name and Daily output of bandwith usage. I've pasted an example of what I have at the bottom of this mail. If anyone would like to take the

Re: could use an audit

2003-12-12 Thread david
Kenton Brede wrote: > I've cobbled some code together that will allow me to parse a file > snarfing 4 lines which consist of server name and Daily output of > bandwith usage. I've pasted an example of what I have at the bottom of > this mail. If anyone would like to take the time to show me how

could use an audit

2003-12-12 Thread Kenton Brede
I've cobbled some code together that will allow me to parse a file snarfing 4 lines which consist of server name and Daily output of bandwith usage. I've pasted an example of what I have at the bottom of this mail. If anyone would like to take the time to show me how it should really be done I wo