need to replace < network> with a "192.168.61.0/24" but i am not able to do it with sed,
tried
sed -i s/"< network>"/"192.168.61.0/24"/g file.sh
but this is not working,can some one please help me with correct syntax
|
need to replace < network> with a "192.168.61.0/24" but i am not able to do it with sed, tried
but this is not working,can some one please help me with correct syntax |
||||
|
|
|
Use another separator, i.e
Or escape
|
||||
|
|