-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
tim wrote:
> Faced with having to re-ip a set of machines that have ip address hard
>coded all over the place in various application and system configuration
>files, what would be the best way to globally change them?
while () {
s/^BOOTPROT0
Gate wrote:
> Can anyone give me a hand? Thanks in advance!
I got bored, so I wrote the attached perl script. It does pretty close
to what you said you wanted, but I wrote it the way I think such a
script should be written. It should be easier to use in the future, if
you need to do something v
On Thu, 13 Apr 2000, Gate wrote:
> What I need is this.
>
> -# of times user logged in to nas Bud-PM2
> -Total number of logins
> -Username
> -All ONLY correct logins (i.e. the "Login OK").
>
> and printed to a file like this:
>
> username:Budlogs:Totlogs
>
> Can anyone give me a hand? Thanks