Hello all,

I've the following problem:
I need to erase about 150 lines (always the same lines) at the end of a serie 
of files.
What I have done in the shell is:
#perl -pi -e "s/sub html_base[\s\S]*//" *cgi

But this command only erase one line at once.
And I want to erase all the lines in one time.
Is there anybody who can help?

Thanks a lot

Alain Scieur

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to