add words to a file
Hi.. please.. help me.. i`m with this problem.. I can`t solve it!!!!!!!!!!!!!!!!!!
I have a file, and I need find a line in this file, and write something after the line...
I have this file:
httpd.conf
and I have:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
and I wanna do it:
<IfModule dir_module>
DirectoryIndex index.html index.php default.php main.php
</IfModule>
pleaseee somebody give me a code to do it.. cause I CAN`T!!!
thanks!!!!