Hi folks,
I have a list containing several server names.
Like this:
servio1
servio2
rzvio1
rzvio2
brzvio1
brzvio2
Now I'd like to search this list for the server "rzvio1"
If I use grep it gives me rzvio1 as well as brzvio1 ...
Is there any way to perform a grep for an exact string so that it will only return rzvio1 as search output?
Regards
Thomas
I have a list containing several server names.
Like this:
servio1
servio2
rzvio1
rzvio2
brzvio1
brzvio2
Now I'd like to search this list for the server "rzvio1"
If I use grep it gives me rzvio1 as well as brzvio1 ...
Is there any way to perform a grep for an exact string so that it will only return rzvio1 as search output?
Regards
Thomas