hi, i hope someone can help here with my problem.
i have a file with this structure:
testtt Login-Lat-Group = CNAme
Auth-Type = whatever
testt Login-Lat-Group = CName
Auth-Type = whatever
test Login-Lat-Group = CName
Auth-Type = whatever
i need now a command (e.g. awk or sed) which deletes the whole line containing the name, plus next line. but it must be exact match, deleting "test " must not end up in deleting all lines including "test" like "testt" or "testtt"
thanks in advance for any help
br, Pender