You can use shell commands.
Like sed, replace etc ..
Shiplu Mokadd.im
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
--
PHP General Mailing List (http:/
yea, file_get_contents and file_put_contents are the easiest, but play
with caution when dealing with large files, 'cause it loads the whole
file into memory, fopen() fread() fwrite() can be used for large
files.
On Mon, May 24, 2010 at 5:56 PM, Rene Veerman wrote:
> On Mon, May 24, 2010 at 11:16
thank you Rene, that is the start I needed.
-Andres
Rene Veerman wrote:
On Mon, May 24, 2010 at 11:16 PM, Andres Gonzalez
wrote:
I have a large C source file that is generated by a separate
source-generating program. When the generated src file is compiled, it
produces tons of warnings. I
On Mon, May 24, 2010 at 11:16 PM, Andres Gonzalez
wrote:
> I have a large C source file that is generated by a separate
> source-generating program. When the generated src file is compiled, it
> produces tons of warnings. I want to edit the generated src file and delete
> the offending lines.
>
>
4 matches
Mail list logo