Boyko Bantchev wrote:
On 9/13/06, Nikolaos A. Patsopoulos <[EMAIL PROTECTED]> wrote:Hi,I'm trying to delete several lines from the beginning of file till the appearance of a specific pattern, without deleting the pattern.Does the following work for you? gg /Citations: / d0 :1,.-1d Cheers, Boyko
No it doesn't.