<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>I have a file,<br><br>/path/to/file_config<br><br>which is X lines long and one of the lines, location unknown, says,<br><br>Setting=No<br><br>What I want to do is write a simple bash script that will open that file, locate that line, change it to a comment, and then insert another line below it, with the end result looking like this:<br><br># Setting=No<br>Setting=Yes<br><br>Imagine I am your willing but unlettered intern. You're willing to teach me but would prefer, obviously, that I teach myself. Always better that way.<br><br>Is there a tutorial that you would recommend?<br><br><br><br><br><div>&nbsp;</div>
</body>
</html>