say I have the following the text file :
.................
value1= "2000";
justAtext= "hello Text"
..................................
my question is, is there any linux cmd that would allow me to search into the file for example for "value" and than replace the whole line with something else like:
.................
changedText= "Hello";
justAtext= "hello Text"
..................................
thanks in advance for any hint!