Hi folks,
is it possible to delete a certain line from a file ?
e.G. file containing IP-Adresses:
192.168.2.1 machine1
192.168.2.7 machine2
192.168.3.11 machine3
192.168.3.12 machine4
192.168.7.8 machine5
Now let's say I'd like to delete the following entry without removing the other ones as well:
192.168.3.11 machine3
How can this be done ?
Regards
Thomas
is it possible to delete a certain line from a file ?
e.G. file containing IP-Adresses:
192.168.2.1 machine1
192.168.2.7 machine2
192.168.3.11 machine3
192.168.3.12 machine4
192.168.7.8 machine5
Now let's say I'd like to delete the following entry without removing the other ones as well:
192.168.3.11 machine3
How can this be done ?
Regards
Thomas