in reply to Re: Process netgroup file with a regex
in thread Process netgroup file with a regex
I know about the circular refs and the file format. etc, I am just trying to convert the data (triplets) into a CR delimited list. So
becomes(host,,) (host-1,,) (host-1.domain,,) (host_234,,)
I would ideally like to handle user entries (,user,) in the same code as I would already be pointing to a user file, we don't use domain entries and don't mix the data.host host-1 host-1.domain host_234
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Process netgroup file with a regex
by Velaki (Chaplain) on Aug 23, 2006 at 18:20 UTC |